diff options
Diffstat (limited to 'src/lib/libcrypto/sm3/sm3.c')
-rw-r--r-- | src/lib/libcrypto/sm3/sm3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/sm3/sm3.c b/src/lib/libcrypto/sm3/sm3.c index 1a96146807..039a92201b 100644 --- a/src/lib/libcrypto/sm3/sm3.c +++ b/src/lib/libcrypto/sm3/sm3.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sm3.c,v 1.2 2022/11/26 16:08:54 tb Exp $ */ | 1 | /* $OpenBSD: sm3.c,v 1.3 2023/07/07 12:01:32 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018, Ribose Inc | 3 | * Copyright (c) 2018, Ribose Inc |
4 | * | 4 | * |
@@ -35,6 +35,7 @@ SM3_Init(SM3_CTX *c) | |||
35 | c->H = SM3_H; | 35 | c->H = SM3_H; |
36 | return 1; | 36 | return 1; |
37 | } | 37 | } |
38 | LCRYPTO_ALIAS(SM3_Init); | ||
38 | 39 | ||
39 | void | 40 | void |
40 | SM3_block_data_order(SM3_CTX *ctx, const void *p, size_t num) | 41 | SM3_block_data_order(SM3_CTX *ctx, const void *p, size_t num) |