diff options
author | jsing <> | 2021-12-15 18:12:10 +0000 |
---|---|---|
committer | jsing <> | 2021-12-15 18:12:10 +0000 |
commit | 32d18bff50d185454dd5f17af09dc363fc58a6d8 (patch) | |
tree | d19edd2f97169c301ee79a6c5b4fb2337119fcb8 /src/lib/libcrypto/asn1 | |
parent | e3e94694ef20846013caace50301b13531189c5a (diff) | |
download | openbsd-32d18bff50d185454dd5f17af09dc363fc58a6d8.tar.gz openbsd-32d18bff50d185454dd5f17af09dc363fc58a6d8.tar.bz2 openbsd-32d18bff50d185454dd5f17af09dc363fc58a6d8.zip |
Rename asn1_lib.c to asn1_old_lib.c
This will allow us to add a new asn1_lib.c while replacing the code that is
in currently in asn1_old_lib.c.
Discussed with tb@
Diffstat (limited to 'src/lib/libcrypto/asn1')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1_old_lib.c (renamed from src/lib/libcrypto/asn1/asn1_lib.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn1_lib.c b/src/lib/libcrypto/asn1/asn1_old_lib.c index fc0958fb45..cc9a48f74c 100644 --- a/src/lib/libcrypto/asn1/asn1_lib.c +++ b/src/lib/libcrypto/asn1/asn1_old_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1_lib.c,v 1.49 2021/12/15 18:00:31 jsing Exp $ */ | 1 | /* $OpenBSD: asn1_old_lib.c,v 1.1 2021/12/15 18:12: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 | * |