diff options
Diffstat (limited to 'src/lib/libcrypto/evp/e_sm4.c')
-rw-r--r-- | src/lib/libcrypto/evp/e_sm4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/e_sm4.c b/src/lib/libcrypto/evp/e_sm4.c index 11e9a74d69..0d37448109 100644 --- a/src/lib/libcrypto/evp/e_sm4.c +++ b/src/lib/libcrypto/evp/e_sm4.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: e_sm4.c,v 1.6 2022/09/10 17:39:47 jsing Exp $ */ | 1 | /* $OpenBSD: e_sm4.c,v 1.7 2022/11/26 16:08:52 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2017, 2019 Ribose Inc | 3 | * Copyright (c) 2017, 2019 Ribose Inc |
4 | * | 4 | * |
@@ -22,7 +22,7 @@ | |||
22 | #include <openssl/modes.h> | 22 | #include <openssl/modes.h> |
23 | #include <openssl/sm4.h> | 23 | #include <openssl/sm4.h> |
24 | 24 | ||
25 | #include "evp_locl.h" | 25 | #include "evp_local.h" |
26 | 26 | ||
27 | typedef struct { | 27 | typedef struct { |
28 | SM4_KEY ks; | 28 | SM4_KEY ks; |