aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/objects')
-rw-r--r--crypto/objects/objects.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/objects/objects.h b/crypto/objects/objects.h
index 8e1a9d3fa1..fffdda729f 100644
--- a/crypto/objects/objects.h
+++ b/crypto/objects/objects.h
@@ -665,6 +665,11 @@ extern "C" {
#define NID_zlib_compression 125
#define OBJ_zlib_compression 1L,1L,1L,1L,666L.2L
+#define SN_ext_key_usage "extendedKeyUsage"
+#define LN_ext_key_usage "X509v3 Extended Key Usage"
+#define NID_ext_key_usage 126
+#define OBJ_ext_key_usage OBJ_ld_ce,37
+
#include "bio.h"
#include "asn1.h"