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 056b6d118c..cda89ac5af 100644
--- a/src/lib/libcrypto/x509/x509.h
+++ b/src/lib/libcrypto/x509/x509.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509.h,v 1.26 2016/12/27 16:05:57 jsing Exp $ */ 1/* $OpenBSD: x509.h,v 1.27 2018/02/14 16:18:10 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -888,6 +888,8 @@ void *X509_get_ex_data(X509 *r, int idx);
888int i2d_X509_AUX(X509 *a,unsigned char **pp); 888int i2d_X509_AUX(X509 *a,unsigned char **pp);
889X509 * d2i_X509_AUX(X509 **a,const unsigned char **pp,long length); 889X509 * d2i_X509_AUX(X509 **a,const unsigned char **pp,long length);
890 890
891int X509_get_signature_nid(const X509 *x);
892
891int X509_alias_set1(X509 *x, unsigned char *name, int len); 893int X509_alias_set1(X509 *x, unsigned char *name, int len);
892int X509_keyid_set1(X509 *x, unsigned char *id, int len); 894int X509_keyid_set1(X509 *x, unsigned char *id, int len);
893unsigned char * X509_alias_get0(X509 *x, int *len); 895unsigned char * X509_alias_get0(X509 *x, int *len);