diff options
| author | schwarze <> | 2017-01-30 01:29:31 +0000 |
|---|---|---|
| committer | schwarze <> | 2017-01-30 01:29:31 +0000 |
| commit | 19dcc2c9146afbb7e7ee92dd56ef7f469c46c87e (patch) | |
| tree | 2abca3141263033b2f6822d9be7d284c98b5cb1c /src/lib/libcrypto/man/Makefile | |
| parent | 26515580f3d95861fda40afc48c3fac1fe3ff762 (diff) | |
| download | openbsd-19dcc2c9146afbb7e7ee92dd56ef7f469c46c87e.tar.gz openbsd-19dcc2c9146afbb7e7ee92dd56ef7f469c46c87e.tar.bz2 openbsd-19dcc2c9146afbb7e7ee92dd56ef7f469c46c87e.zip | |
Document BN_set_flags(3) and BN_get_flags(3).
jsing@ confirmed that these macros are public and worth documenting.
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 46e8ba5739..d991508cff 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.112 2017/01/07 00:45:04 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.113 2017/01/30 01:29:31 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -55,6 +55,7 @@ MAN= \ | |||
| 55 | BN_num_bytes.3 \ | 55 | BN_num_bytes.3 \ |
| 56 | BN_rand.3 \ | 56 | BN_rand.3 \ |
| 57 | BN_set_bit.3 \ | 57 | BN_set_bit.3 \ |
| 58 | BN_set_flags.3 \ | ||
| 58 | BN_set_negative.3 \ | 59 | BN_set_negative.3 \ |
| 59 | BN_swap.3 \ | 60 | BN_swap.3 \ |
| 60 | BN_zero.3 \ | 61 | BN_zero.3 \ |
