diff options
Diffstat (limited to 'lib/libcrypto/asn1/asn1_locl.h')
-rw-r--r-- | lib/libcrypto/asn1/asn1_locl.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcrypto/asn1/asn1_locl.h b/lib/libcrypto/asn1/asn1_locl.h index d4994c7cee5..9b612c81832 100644 --- a/lib/libcrypto/asn1/asn1_locl.h +++ b/lib/libcrypto/asn1/asn1_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1_locl.h,v 1.6 2015/10/02 15:04:45 beck Exp $ */ +/* $OpenBSD: asn1_locl.h,v 1.7 2015/10/19 16:32:37 beck Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -58,10 +58,6 @@ /* Internal ASN1 structures and functions: not for application use */ -char * gentime_string_from_tm(struct tm *tm); -char * utctime_string_from_tm(struct tm *tm); -int asn1_time_parse(const char *, size_t, struct tm *, int); - /* ASN1 print context structure */ struct asn1_pctx_st { |