artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d11aa1
)
No need for assert.h in here.
author
tb
<tb@openbsd.org>
Sat, 25 Dec 2021 15:46:05 +0000
(15:46 +0000)
committer
tb
<tb@openbsd.org>
Sat, 25 Dec 2021 15:46:05 +0000
(15:46 +0000)
lib/libcrypto/x509/x509_asid.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/x509/x509_asid.c
b/lib/libcrypto/x509/x509_asid.c
index
648f185
..
c82f2f3
100644
(file)
--- 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>