aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects/objects.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-05-10 00:47:42 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-05-10 00:47:42 +0000
commit884e8ec61533ee6361d72151066a808a0cfcd6d3 (patch)
tree45ea7a5baeef816089ea84b81e41e773762d0b9c /crypto/objects/objects.h
parent9d5cceac6fb0eca8945f630afff1a2288aa6332a (diff)
downloadopenssl-884e8ec61533ee6361d72151066a808a0cfcd6d3.tar.gz
Various PKCS#7 fixes to properly (maybe!) handle PKCS#7 enveloped data.
Containts elements of code by Sebastian Akerman <sak@parallelconsulting.com> and made a bit less "naughty" by Steve.
Diffstat (limited to 'crypto/objects/objects.h')
-rw-r--r--crypto/objects/objects.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/objects/objects.h b/crypto/objects/objects.h
index 3632363c0d..9bb035b637 100644
--- a/crypto/objects/objects.h
+++ b/crypto/objects/objects.h
@@ -866,6 +866,10 @@ extern "C" {
#define NID_id_qt_unotice 165
#define OBJ_id_qt_unotice OBJ_id_pkix,2L,2L
+#define SN_rc2_64_cbc "RC2-64-CBC"
+#define LN_rc2_64_cbc "rc2-64-cbc"
+#define NID_rc2_64_cbc 166
+
#include <openssl/bio.h>
#include <openssl/asn1.h>