diff options
author | tb <> | 2021-12-25 15:46:05 +0000 |
---|---|---|
committer | tb <> | 2021-12-25 15:46:05 +0000 |
commit | 5bb52f4bb1bff56f541b144c7973c5062f22bebb (patch) | |
tree | 099c7b503efa4b9792b0e0a0b0113a138d398360 /src | |
parent | 2ef99bc0d591cce27908904ddb4bd1ca4d57469f (diff) | |
download | openbsd-5bb52f4bb1bff56f541b144c7973c5062f22bebb.tar.gz openbsd-5bb52f4bb1bff56f541b144c7973c5062f22bebb.tar.bz2 openbsd-5bb52f4bb1bff56f541b144c7973c5062f22bebb.zip |
No need for assert.h in here.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/x509/x509_asid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_asid.c b/src/lib/libcrypto/x509/x509_asid.c index 648f185748..c82f2f32cc 100644 --- a/src/lib/libcrypto/x509/x509_asid.c +++ b/src/lib/libcrypto/x509/x509_asid.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_asid.c,v 1.29 2021/12/25 15:42:32 tb Exp $ */ | 1 | /* $OpenBSD: x509_asid.c,v 1.30 2021/12/25 15:46:05 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Contributed to the OpenSSL Project by the American Registry for | 3 | * Contributed to the OpenSSL Project by the American Registry for |
4 | * Internet Numbers ("ARIN"). | 4 | * Internet Numbers ("ARIN"). |
@@ -60,7 +60,6 @@ | |||
60 | * Implementation of RFC 3779 section 3.2. | 60 | * Implementation of RFC 3779 section 3.2. |
61 | */ | 61 | */ |
62 | 62 | ||
63 | #include <assert.h> | ||
64 | #include <stdio.h> | 63 | #include <stdio.h> |
65 | #include <stdlib.h> | 64 | #include <stdlib.h> |
66 | #include <string.h> | 65 | #include <string.h> |