diff options
Diffstat (limited to 'src/lib/libcrypto/evp/e_gost2814789.c')
-rw-r--r-- | src/lib/libcrypto/evp/e_gost2814789.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/e_gost2814789.c b/src/lib/libcrypto/evp/e_gost2814789.c index 6344a11e9b..fdbc662810 100644 --- a/src/lib/libcrypto/evp/e_gost2814789.c +++ b/src/lib/libcrypto/evp/e_gost2814789.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: e_gost2814789.c,v 1.11 2022/11/26 16:08:52 tb Exp $ */ | 1 | /* $OpenBSD: e_gost2814789.c,v 1.12 2023/07/07 13:54:45 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 3 | * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
4 | * Copyright (c) 2005-2006 Cryptocom LTD | 4 | * Copyright (c) 2005-2006 Cryptocom LTD |
@@ -268,6 +268,7 @@ EVP_gost2814789_ecb(void) | |||
268 | { | 268 | { |
269 | return &gost2814789_ecb; | 269 | return &gost2814789_ecb; |
270 | } | 270 | } |
271 | LCRYPTO_ALIAS(EVP_gost2814789_ecb); | ||
271 | 272 | ||
272 | static const EVP_CIPHER gost2814789_cfb64 = { | 273 | static const EVP_CIPHER gost2814789_cfb64 = { |
273 | .nid = NID_gost89_cfb64, | 274 | .nid = NID_gost89_cfb64, |
@@ -290,6 +291,7 @@ EVP_gost2814789_cfb64(void) | |||
290 | { | 291 | { |
291 | return &gost2814789_cfb64; | 292 | return &gost2814789_cfb64; |
292 | } | 293 | } |
294 | LCRYPTO_ALIAS(EVP_gost2814789_cfb64); | ||
293 | 295 | ||
294 | static const EVP_CIPHER gost2814789_cnt = { | 296 | static const EVP_CIPHER gost2814789_cnt = { |
295 | .nid = NID_gost89_cnt, | 297 | .nid = NID_gost89_cnt, |
@@ -312,4 +314,5 @@ EVP_gost2814789_cnt(void) | |||
312 | { | 314 | { |
313 | return &gost2814789_cnt; | 315 | return &gost2814789_cnt; |
314 | } | 316 | } |
317 | LCRYPTO_ALIAS(EVP_gost2814789_cnt); | ||
315 | #endif | 318 | #endif |