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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h
index 85270b1b65..80c7941663 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.57 2018/05/18 18:12:08 tb Exp $ */ 1/* $OpenBSD: x509.h,v 1.58 2018/05/18 18:16:39 tb 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 *
@@ -1093,8 +1093,8 @@ int X509_REQ_print(BIO *bp,X509_REQ *req);
1093int X509_NAME_entry_count(const X509_NAME *name); 1093int X509_NAME_entry_count(const X509_NAME *name);
1094int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, 1094int X509_NAME_get_text_by_NID(X509_NAME *name, int nid,
1095 char *buf,int len); 1095 char *buf,int len);
1096int X509_NAME_get_text_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, 1096int X509_NAME_get_text_by_OBJ(X509_NAME *name,
1097 char *buf,int len); 1097 const ASN1_OBJECT *obj, char *buf,int len);
1098 1098
1099/* NOTE: you should be passsing -1, not 0 as lastpos. The functions that use 1099/* NOTE: you should be passsing -1, not 0 as lastpos. The functions that use
1100 * lastpos, search after that position on. */ 1100 * lastpos, search after that position on. */