onlineupdate/source/libmar/sign/nss_secutil.h |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 8a96d90a890812d49ee4f3c45b99aa0110b94d69
Author:     Douglas Guptill <dgupt...@accesswave.ca>
AuthorDate: Sun Jan 1 15:24:51 2023 -0400
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Tue Jan 3 14:26:39 2023 +0000

    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.behr...@allotropia.de>
    Tested-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

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

Reply via email to