diff options
author | Douglas Guptill <dguptill@accesswave.ca> | 2023-01-01 15:24:51 -0400 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-01-03 14:26:39 +0000 |
commit | 8a96d90a890812d49ee4f3c45b99aa0110b94d69 (patch) | |
tree | fb51cdc33cbf02970ebedc5ad44a6f9825dfd223 /onlineupdate/source/libmar/sign | |
parent | 3585d0414ffe08890856e5c09f453b9f566323df (diff) |
tdf#143148 Use pragma once instead of include guards
Change-Id: Id4b84b13bf6a467d07ba11ca6bd65495b172e606
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144928
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Tested-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'onlineupdate/source/libmar/sign')
-rw-r--r-- | onlineupdate/source/libmar/sign/nss_secutil.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/onlineupdate/source/libmar/sign/nss_secutil.h b/onlineupdate/source/libmar/sign/nss_secutil.h index f599fcce573d..5b1772d17994 100644 --- a/onlineupdate/source/libmar/sign/nss_secutil.h +++ b/onlineupdate/source/libmar/sign/nss_secutil.h @@ -5,8 +5,7 @@ /* With the exception of GetPasswordString, this file was copied from NSS's cmd/lib/secutil.h hg revision 8f011395145e */ -#ifndef NSS_SECUTIL_H_ -#define NSS_SECUTIL_H_ +#pragma once #include "nss.h" #include "pk11pub.h" @@ -39,5 +38,3 @@ static char * quiet_fgets (char *buf, int length, FILE *input); char * SECU_GetModulePassword(PK11SlotInfo *slot, PRBool retry, void *arg); - -#endif |