diff options
| author | schwarze <> | 2024-12-24 09:48:56 +0000 |
|---|---|---|
| committer | schwarze <> | 2024-12-24 09:48:56 +0000 |
| commit | 00ff9b6d3d4c8c1afe0b53c759d77d1c8145d12e (patch) | |
| tree | cd07364a35ff218ceb5fe7855106d8eb823a47d6 /src/lib/libcrypto/man/Makefile | |
| parent | e44dbfef2658bf6a8fe5a0d77dbbaf0fb85da510 (diff) | |
| download | openbsd-00ff9b6d3d4c8c1afe0b53c759d77d1c8145d12e.tar.gz openbsd-00ff9b6d3d4c8c1afe0b53c759d77d1c8145d12e.tar.bz2 openbsd-00ff9b6d3d4c8c1afe0b53c759d77d1c8145d12e.zip | |
new manual page v2i_ASN1_BIT_STRING(3) written from scratch
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index fef17409c7..4c7c5891eb 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.303 2024/12/23 08:39:57 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.304 2024/12/24 09:48:56 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -426,6 +426,7 @@ MAN= \ | |||
| 426 | lh_new.3 \ | 426 | lh_new.3 \ |
| 427 | openssl.cnf.5 \ | 427 | openssl.cnf.5 \ |
| 428 | s2i_ASN1_INTEGER.3 \ | 428 | s2i_ASN1_INTEGER.3 \ |
| 429 | v2i_ASN1_BIT_STRING.3 \ | ||
| 429 | x509v3.cnf.5 | 430 | x509v3.cnf.5 |
| 430 | 431 | ||
| 431 | all clean cleandir depend includes obj tags: | 432 | all clean cleandir depend includes obj tags: |
