diff options
Diffstat (limited to 'src/lib/libcrypto/dh/dh_err.c')
-rw-r--r-- | src/lib/libcrypto/dh/dh_err.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/dh/dh_err.c b/src/lib/libcrypto/dh/dh_err.c index df15a85b40..52fec7848b 100644 --- a/src/lib/libcrypto/dh/dh_err.c +++ b/src/lib/libcrypto/dh/dh_err.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dh_err.c,v 1.20 2024/05/19 08:21:13 tb Exp $ */ | 1 | /* $OpenBSD: dh_err.c,v 1.21 2024/05/19 08:22:40 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -104,8 +104,8 @@ ERR_load_DH_strings(void) | |||
104 | { | 104 | { |
105 | #ifndef OPENSSL_NO_ERR | 105 | #ifndef OPENSSL_NO_ERR |
106 | if (ERR_func_error_string(DH_str_functs[0].error) == NULL) { | 106 | if (ERR_func_error_string(DH_str_functs[0].error) == NULL) { |
107 | ERR_load_strings(0,DH_str_functs); | 107 | ERR_load_strings(0, DH_str_functs); |
108 | ERR_load_strings(0,DH_str_reasons); | 108 | ERR_load_strings(0, DH_str_reasons); |
109 | } | 109 | } |
110 | #endif | 110 | #endif |
111 | } | 111 | } |