From 1fcaa2b2c2e8e9fcb0ebbea6a7961bb6eb8995a1 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 11 Aug 2019 14:11:28 +0000 Subject: Provide ASN1_PKEY_CTRL_CMS_RI_TYPE. --- src/lib/libcrypto/evp/evp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ -/* $OpenBSD: evp.h,v 1.75 2019/03/17 18:17:44 tb Exp $ */ +/* $OpenBSD: evp.h,v 1.76 2019/08/11 14:11:28 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -1014,6 +1014,7 @@ void EVP_PBE_cleanup(void); #define ASN1_PKEY_CTRL_DEFAULT_MD_NID 0x3 #define ASN1_PKEY_CTRL_CMS_SIGN 0x5 #define ASN1_PKEY_CTRL_CMS_ENVELOPE 0x7 +#define ASN1_PKEY_CTRL_CMS_RI_TYPE 0x8 int EVP_PKEY_asn1_get_count(void); const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx); -- cgit v1.2.3-55-g6feb