diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/t_x509.c')
-rw-r--r-- | src/lib/libcrypto/asn1/t_x509.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/t_x509.c b/src/lib/libcrypto/asn1/t_x509.c index 59b308e763..e287a6cf6a 100644 --- a/src/lib/libcrypto/asn1/t_x509.c +++ b/src/lib/libcrypto/asn1/t_x509.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: t_x509.c,v 1.30 2018/05/01 19:01:27 tb Exp $ */ | 1 | /* $OpenBSD: t_x509.c,v 1.31 2018/05/18 18:23:24 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 | * |
@@ -490,7 +490,7 @@ err: | |||
490 | } | 490 | } |
491 | 491 | ||
492 | int | 492 | int |
493 | X509_NAME_print(BIO *bp, X509_NAME *name, int obase) | 493 | X509_NAME_print(BIO *bp, const X509_NAME *name, int obase) |
494 | { | 494 | { |
495 | char *s, *c, *b; | 495 | char *s, *c, *b; |
496 | int ret = 0, l, i; | 496 | int ret = 0, l, i; |