diff options
author | jmc <> | 2022-12-26 07:31:44 +0000 |
---|---|---|
committer | jmc <> | 2022-12-26 07:31:44 +0000 |
commit | 356636e322b0470ebdc67f07aee01fd9cc942ac4 (patch) | |
tree | bd080f92299fab93a3662f75179fd0523c897c8f /src/lib/libssl/ssl.h | |
parent | 8144b51086b3c46594192ccbec62762e58d61200 (diff) | |
download | openbsd-356636e322b0470ebdc67f07aee01fd9cc942ac4.tar.gz openbsd-356636e322b0470ebdc67f07aee01fd9cc942ac4.tar.bz2 openbsd-356636e322b0470ebdc67f07aee01fd9cc942ac4.zip |
spelling fixes; from paul tagliamonte
ok tb
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 |