diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 4a89bfd868..acde94c749 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.229 2022/09/11 17:39:46 tb Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.230 2022/12/26 07:31:44 jmc Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -2348,7 +2348,7 @@ void ERR_load_SSL_strings(void); | |||
2348 | */ | 2348 | */ |
2349 | 2349 | ||
2350 | /* | 2350 | /* |
2351 | * These are provided for compatibiliy, but have no effect | 2351 | * These are provided for compatibility, but have no effect |
2352 | * on how LibreSSL is initialized. | 2352 | * on how LibreSSL is initialized. |
2353 | */ | 2353 | */ |
2354 | #define OPENSSL_INIT_LOAD_SSL_STRINGS _OPENSSL_INIT_FLAG_NOOP | 2354 | #define OPENSSL_INIT_LOAD_SSL_STRINGS _OPENSSL_INIT_FLAG_NOOP |