diff options
author | tb <> | 2025-05-26 12:58:42 +0000 |
---|---|---|
committer | tb <> | 2025-05-26 12:58:42 +0000 |
commit | 7a08a4c04cf7d3235e609e68d18d114f5d307184 (patch) | |
tree | 28082835e487188d85e9a5c8f7939e8972190178 /src | |
parent | 3f1042c159dd74ae4a5a7d804aa45647154e99c9 (diff) | |
download | openbsd-7a08a4c04cf7d3235e609e68d18d114f5d307184.tar.gz openbsd-7a08a4c04cf7d3235e609e68d18d114f5d307184.tar.bz2 openbsd-7a08a4c04cf7d3235e609e68d18d114f5d307184.zip |
GOST has left the building
(comment tweak, no code change)
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/evp/evp_cipher.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp_cipher.c b/src/lib/libcrypto/evp/evp_cipher.c index 16606991ae..09e6a881cf 100644 --- a/src/lib/libcrypto/evp/evp_cipher.c +++ b/src/lib/libcrypto/evp/evp_cipher.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp_cipher.c,v 1.24 2025/05/10 05:54:38 tb Exp $ */ | 1 | /* $OpenBSD: evp_cipher.c,v 1.25 2025/05/26 12:58:42 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -944,7 +944,7 @@ EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx) | |||
944 | LCRYPTO_ALIAS(EVP_CIPHER_CTX_flags); | 944 | LCRYPTO_ALIAS(EVP_CIPHER_CTX_flags); |
945 | 945 | ||
946 | /* | 946 | /* |
947 | * Used by CMS and its predecessors. Only GOST and RC2 have a custom method. | 947 | * Used by CMS and its predecessors. Only RC2 has a custom method. |
948 | */ | 948 | */ |
949 | 949 | ||
950 | int | 950 | int |