summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
-rw-r--r--src/lib/libcrypto/x509/x509.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h
index d3336d9ceb..0192272e7c 100644
--- a/src/lib/libcrypto/x509/x509.h
+++ b/src/lib/libcrypto/x509/x509.h
@@ -284,7 +284,9 @@ DECLARE_STACK_OF(X509_TRUST)
284 284
285/* standard trust ids */ 285/* standard trust ids */
286 286
287#define X509_TRUST_ANY 1 287#define X509_TRUST_DEFAULT -1 /* Only valid in purpose settings */
288
289#define X509_TRUST_COMPAT 1
288#define X509_TRUST_SSL_CLIENT 2 290#define X509_TRUST_SSL_CLIENT 2
289#define X509_TRUST_SSL_SERVER 3 291#define X509_TRUST_SSL_SERVER 3
290#define X509_TRUST_EMAIL 4 292#define X509_TRUST_EMAIL 4