summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2025-05-26 12:58:42 +0000
committertb <>2025-05-26 12:58:42 +0000
commitd2463d70a3218b82a784e40274a5073b7e3a241b (patch)
tree28082835e487188d85e9a5c8f7939e8972190178
parent769c7e849616a0f0f3423a25a2195cb36fd4885e (diff)
downloadopenbsd-d2463d70a3218b82a784e40274a5073b7e3a241b.tar.gz
openbsd-d2463d70a3218b82a784e40274a5073b7e3a241b.tar.bz2
openbsd-d2463d70a3218b82a784e40274a5073b7e3a241b.zip
GOST has left the building
(comment tweak, no code change)
-rw-r--r--src/lib/libcrypto/evp/evp_cipher.c4
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)
944LCRYPTO_ALIAS(EVP_CIPHER_CTX_flags); 944LCRYPTO_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
950int 950int