diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec_err.c')
-rw-r--r-- | src/lib/libcrypto/ec/ec_err.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ec/ec_err.c b/src/lib/libcrypto/ec/ec_err.c index d10b8e6f7d..d797b937c2 100644 --- a/src/lib/libcrypto/ec/ec_err.c +++ b/src/lib/libcrypto/ec/ec_err.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_err.c,v 1.16 2023/07/05 17:10:10 tb Exp $ */ | 1 | /* $OpenBSD: ec_err.c,v 1.17 2023/07/07 13:54:45 beck 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 | * |
@@ -147,3 +147,4 @@ ERR_load_EC_strings(void) | |||
147 | } | 147 | } |
148 | #endif | 148 | #endif |
149 | } | 149 | } |
150 | LCRYPTO_ALIAS(ERR_load_EC_strings); | ||