summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-09-18 03:06:55 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-09-22 13:07:22 +0100
commit1f143e08a5cde8e3fa6b5b80988bd6be7673428a (patch)
treeba29af1a4cae63797a82ea02ba55dd35bc040093 /include
parent835911b845043817f4477252be4f5fec93165503 (diff)
New accessor X509_REQ_get_X509_PUBKEY()
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/x509.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/x509.h b/include/openssl/x509.h
index 9a58dfcba4..5d6c0839ef 100644
--- a/include/openssl/x509.h
+++ b/include/openssl/x509.h
@@ -759,6 +759,7 @@ int X509_REQ_get_signature_nid(const X509_REQ *req);
int i2d_re_X509_REQ_tbs(X509_REQ *req, unsigned char **pp);
int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey);
EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req);
+X509_PUBKEY *X509_REQ_get_X509_PUBKEY(X509_REQ *req);
int X509_REQ_extension_nid(int nid);
int *X509_REQ_get_extension_nids(void);
void X509_REQ_set_extension_nids(int *nids);