artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d30837c
)
Example code tweak: do not hardcode the size of array
author
tb
<tb@openbsd.org>
Sun, 1 Oct 2023 22:46:21 +0000
(22:46 +0000)
committer
tb
<tb@openbsd.org>
Sun, 1 Oct 2023 22:46:21 +0000
(22:46 +0000)
lib/libcrypto/man/X509v3_addr_add_inherit.3
patch
|
blob
|
history
diff --git
a/lib/libcrypto/man/X509v3_addr_add_inherit.3
b/lib/libcrypto/man/X509v3_addr_add_inherit.3
index
84332c3
..
4b2d150
100644
(file)
--- a/
lib/libcrypto/man/X509v3_addr_add_inherit.3
+++ b/
lib/libcrypto/man/X509v3_addr_add_inherit.3
@@
-1,4
+1,4
@@
-.\" $OpenBSD: X509v3_addr_add_inherit.3,v 1.1
0 2023/10/01 08:29:12
tb Exp $
+.\" $OpenBSD: X509v3_addr_add_inherit.3,v 1.1
1 2023/10/01 22:46:21
tb Exp $
.\"
.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
.\"
@@
-271,7
+271,7
@@
Construct the first extension from RFC 3779, Appendix B.
#include <openssl/x509.h>
#include <openssl/x509v3.h>
-const char *prefixes[
6
] = {
+const char *prefixes[] = {
"10.0.32/20", "10.0.64/24", "10.1/16",
"10.2.48/20", "10.2.64/24", "10.3/16",
};