Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Braithwaite <mab@google.com>2015-06-23 21:47:28 +0300
committerAdam Langley <agl@google.com>2015-06-24 01:36:52 +0300
commitc0fe12cdf7d621eaf3b7d024ec12cb6f63196bcc (patch)
treec722d6bb41268e87fbd574666797e1dc1362221c /include/openssl/x509.h
parent248abbd71f355c155be59c9aa1ca50f69475aa72 (diff)
Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b.
Change-Id: Id388510834ac30b0dbccfef0b8276f57656f1dfd Reviewed-on: https://boringssl-review.googlesource.com/5210 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/x509.h')
-rw-r--r--include/openssl/x509.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/x509.h b/include/openssl/x509.h
index 69c7da64..2e81e774 100644
--- a/include/openssl/x509.h
+++ b/include/openssl/x509.h
@@ -1276,6 +1276,8 @@ OPENSSL_EXPORT int PKCS7_get_PEM_CRLs(STACK_OF(X509_CRL) *out_crls,
#define X509_F_x509_name_ex_new 156
#define X509_F_pkcs7_parse_header 157
#define X509_F_PKCS7_get_CRLs 158
+#define X509_F_X509_REQ_print_ex 159
+#define X509_F_X509_REQ_print_fp 160
#define X509_R_AKID_MISMATCH 100
#define X509_R_BAD_PKCS7_VERSION 101
#define X509_R_BAD_X509_FILETYPE 102