diff options
| author | jsing <> | 2020-06-04 15:19:32 +0000 |
|---|---|---|
| committer | jsing <> | 2020-06-04 15:19:32 +0000 |
| commit | 54be78391ecf439660a72dd7e17b1c2fd9b8a3f6 (patch) | |
| tree | 411b4651398530f74e1d80dc3b975b56dc6c9009 /src/lib/libcrypto/x509/v3err.c | |
| parent | e0da488570c34ef2f5919259360b745420a92bdd (diff) | |
| download | openbsd-54be78391ecf439660a72dd7e17b1c2fd9b8a3f6.tar.gz openbsd-54be78391ecf439660a72dd7e17b1c2fd9b8a3f6.tar.bz2 openbsd-54be78391ecf439660a72dd7e17b1c2fd9b8a3f6.zip | |
Collapse the x509v3 directory into x509.
This avoids the need to grep across directories to find functions and
prepares for further rototilling and chainsawing.
Discussed with tb@ (who also tested the release build)
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/x509/v3err.c (renamed from src/lib/libcrypto/x509v3/v3err.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509v3/v3err.c b/src/lib/libcrypto/x509/v3err.c index a49632a069..f7850effb1 100644 --- a/src/lib/libcrypto/x509v3/v3err.c +++ b/src/lib/libcrypto/x509/v3err.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: v3err.c,v 1.11 2014/07/10 22:45:58 jsing Exp $ */ | 1 | /* $OpenBSD: v3err.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
