aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/x509.h
diff options
context:
space:
mode:
authorRichard J. Moore <rich@kde.org>2016-07-30 18:36:16 +0100
committerRich Salz <rsalz@openssl.org>2016-07-30 15:19:24 -0400
commit22293ea1cc3c6b8eef16d75b7a63242c8b3375c5 (patch)
tree46743e5ef9f286996fc3bbdfd76f1b94cf85aede /include/openssl/x509.h
parent1421aeadd757e0c564314ba62521979d08884ccc (diff)
downloadopenssl-22293ea1cc3c6b8eef16d75b7a63242c8b3375c5.zip
openssl-22293ea1cc3c6b8eef16d75b7a63242c8b3375c5.tar.gz
openssl-22293ea1cc3c6b8eef16d75b7a63242c8b3375c5.tar.bz2
Ignore the serial number for now and just do the rest.
Reviewed-by: Stephen Henson <steve@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1367)
Diffstat (limited to 'include/openssl/x509.h')
-rw-r--r--include/openssl/x509.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/x509.h b/include/openssl/x509.h
index c2623f6..e68d4b3 100644
--- a/include/openssl/x509.h
+++ b/include/openssl/x509.h
@@ -612,7 +612,7 @@ int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1,
long X509_get_version(const X509 *x);
int X509_set_version(X509 *x, long version);
int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
-const ASN1_INTEGER *X509_get_serialNumber(const X509 *x);
+ASN1_INTEGER *X509_get_serialNumber(X509 *x);
int X509_set_issuer_name(X509 *x, X509_NAME *name);
X509_NAME *X509_get_issuer_name(const X509 *a);
int X509_set_subject_name(X509 *x, X509_NAME *name);