diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-09-26 15:34:24 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-09-26 15:34:24 +0000 |
commit | d879ce38743247d504f42a18d8746589ac2cbb43 (patch) | |
tree | a3a65c706e194a0cd2e5f1d0f154293b54a1c56e /lib/libcrypto/man/Makefile | |
parent | 0c2bd22686bcdb39e8429ca8bacab62480d287d8 (diff) |
Document the guts of RFC 3779 IPAddrBlocks
Let's just say there's room for improvement...
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r-- | lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index 957e8a4cefe..0f501ceb833 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.271 2023/09/25 12:00:49 tb Exp $ +# $OpenBSD: Makefile,v 1.272 2023/09/26 15:34:23 tb Exp $ .include <bsd.own.mk> @@ -222,6 +222,7 @@ MAN= \ EXTENDED_KEY_USAGE_new.3 \ GENERAL_NAME_new.3 \ HMAC.3 \ + IPAddressRange_new.3 \ MD5.3 \ NAME_CONSTRAINTS_new.3 \ OBJ_NAME_add.3 \ |