diff options
author | tb <> | 2022-11-26 17:23:18 +0000 |
---|---|---|
committer | tb <> | 2022-11-26 17:23:18 +0000 |
commit | 246954626bd75b061be0645ab9659db51b2c4e38 (patch) | |
tree | d2f78bc27178372f03f15f36ae93b967a1e203d7 /src/lib/libcrypto/pkcs12 | |
parent | db814f9b2a52dd12a467bdc126ab9750901835bb (diff) | |
download | openbsd-246954626bd75b061be0645ab9659db51b2c4e38.tar.gz openbsd-246954626bd75b061be0645ab9659db51b2c4e38.tar.bz2 openbsd-246954626bd75b061be0645ab9659db51b2c4e38.zip |
Make header guards of internal headers consistent
Not all of them, only those that didn't leak into a public header...
Yes.
Diffstat (limited to 'src/lib/libcrypto/pkcs12')
-rw-r--r-- | src/lib/libcrypto/pkcs12/pkcs12_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/pkcs12/pkcs12_local.h b/src/lib/libcrypto/pkcs12/pkcs12_local.h index 8723fdb2e4..1d6f0558ed 100644 --- a/src/lib/libcrypto/pkcs12/pkcs12_local.h +++ b/src/lib/libcrypto/pkcs12/pkcs12_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pkcs12_local.h,v 1.2 2022/09/11 17:30:13 tb Exp $ */ | 1 | /* $OpenBSD: pkcs12_local.h,v 1.3 2022/11/26 17:23:18 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 1999. | 3 | * project 1999. |
4 | */ | 4 | */ |
@@ -98,4 +98,4 @@ struct pkcs12_bag_st { | |||
98 | 98 | ||
99 | __END_HIDDEN_DECLS | 99 | __END_HIDDEN_DECLS |
100 | 100 | ||
101 | #endif /* HEADER_PKCS12_LOCAL_H */ | 101 | #endif /* !HEADER_PKCS12_LOCAL_H */ |