summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp
diff options
context:
space:
mode:
authortb <>2023-04-25 16:50:33 +0000
committertb <>2023-04-25 16:50:33 +0000
commit6d1b09464d90372ecff93cbb2a1e61cb9de814cc (patch)
treecfbe10719d1c36f8340490aefd7f60d686a1db5c /src/lib/libcrypto/evp
parente385d95ccac47b1980003c281412c39ead2aeb83 (diff)
downloadopenbsd-6d1b09464d90372ecff93cbb2a1e61cb9de814cc.tar.gz
openbsd-6d1b09464d90372ecff93cbb2a1e61cb9de814cc.tar.bz2
openbsd-6d1b09464d90372ecff93cbb2a1e61cb9de814cc.zip
Remove X9.31 support
ok jsing
Diffstat (limited to 'src/lib/libcrypto/evp')
-rw-r--r--src/lib/libcrypto/evp/evp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h
index 830774a740..548522eb12 100644
--- a/src/lib/libcrypto/evp/evp.h
+++ b/src/lib/libcrypto/evp/evp.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp.h,v 1.116 2023/04/16 17:06:19 jsing Exp $ */ 1/* $OpenBSD: evp.h,v 1.117 2023/04/25 16:50:33 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 *
@@ -183,7 +183,6 @@ extern "C" {
183 */ 183 */
184#define EVP_MD_CTX_FLAG_PAD_MASK 0xF0 /* RSA mode to use */ 184#define EVP_MD_CTX_FLAG_PAD_MASK 0xF0 /* RSA mode to use */
185#define EVP_MD_CTX_FLAG_PAD_PKCS1 0x00 /* PKCS#1 v1.5 mode */ 185#define EVP_MD_CTX_FLAG_PAD_PKCS1 0x00 /* PKCS#1 v1.5 mode */
186#define EVP_MD_CTX_FLAG_PAD_X931 0x10 /* X9.31 mode */
187#define EVP_MD_CTX_FLAG_PAD_PSS 0x20 /* PSS mode */ 186#define EVP_MD_CTX_FLAG_PAD_PSS 0x20 /* PSS mode */
188 187
189#define EVP_MD_CTX_FLAG_NO_INIT 0x0100 /* Don't initialize md_data */ 188#define EVP_MD_CTX_FLAG_NO_INIT 0x0100 /* Don't initialize md_data */