summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2019-08-11 14:11:28 +0000
committerjsing <>2019-08-11 14:11:28 +0000
commit1fcaa2b2c2e8e9fcb0ebbea6a7961bb6eb8995a1 (patch)
treecc6a127e0f95907a7baaa20d7022aac1e0dffdc4 /src
parent80bc48a93bc465205b7d9058aa879f0997197468 (diff)
downloadopenbsd-1fcaa2b2c2e8e9fcb0ebbea6a7961bb6eb8995a1.tar.gz
openbsd-1fcaa2b2c2e8e9fcb0ebbea6a7961bb6eb8995a1.tar.bz2
openbsd-1fcaa2b2c2e8e9fcb0ebbea6a7961bb6eb8995a1.zip
Provide ASN1_PKEY_CTRL_CMS_RI_TYPE.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/evp/evp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h
index e8ab36693a..3b3d6a07ea 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.75 2019/03/17 18:17:44 tb Exp $ */ 1/* $OpenBSD: evp.h,v 1.76 2019/08/11 14:11:28 jsing 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 *
@@ -1014,6 +1014,7 @@ void EVP_PBE_cleanup(void);
1014#define ASN1_PKEY_CTRL_DEFAULT_MD_NID 0x3 1014#define ASN1_PKEY_CTRL_DEFAULT_MD_NID 0x3
1015#define ASN1_PKEY_CTRL_CMS_SIGN 0x5 1015#define ASN1_PKEY_CTRL_CMS_SIGN 0x5
1016#define ASN1_PKEY_CTRL_CMS_ENVELOPE 0x7 1016#define ASN1_PKEY_CTRL_CMS_ENVELOPE 0x7
1017#define ASN1_PKEY_CTRL_CMS_RI_TYPE 0x8
1017 1018
1018int EVP_PKEY_asn1_get_count(void); 1019int EVP_PKEY_asn1_get_count(void);
1019const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx); 1020const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx);