diff options
-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> |