diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-12-25 15:46:06 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-12-25 15:46:06 +0000 |
commit | 703d893730688b11736d0308431573f05ae8dcc3 (patch) | |
tree | bc40ba2959859a81b7a99c7724b18eddf45df433 /lib/libcrypto/x509 | |
parent | 9063c2dc72ca3348cabeef15e9f6b6ac3c439936 (diff) |
No need for assert.h in here.
Diffstat (limited to 'lib/libcrypto/x509')
-rw-r--r-- | lib/libcrypto/x509/x509_asid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/x509/x509_asid.c b/lib/libcrypto/x509/x509_asid.c index 648f1857487..c82f2f32cc4 100644 --- a/lib/libcrypto/x509/x509_asid.c +++ b/lib/libcrypto/x509/x509_asid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_asid.c,v 1.29 2021/12/25 15:42:32 tb Exp $ */ +/* $OpenBSD: x509_asid.c,v 1.30 2021/12/25 15:46:05 tb Exp $ */ /* * Contributed to the OpenSSL Project by the American Registry for * Internet Numbers ("ARIN"). @@ -60,7 +60,6 @@ * Implementation of RFC 3779 section 3.2. */ -#include <assert.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |