diff options
author | schwarze <> | 2016-12-13 20:41:35 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-13 20:41:35 +0000 |
commit | 7d87870581103bf8006f12ad8538d3725795dde6 (patch) | |
tree | c26c0d45a283816db1a332efe6d70454ef480ca7 /src/lib/libcrypto/man/Makefile | |
parent | e69633978b48bb77d90ccb78a8a7d673ca47e4ab (diff) | |
download | openbsd-7d87870581103bf8006f12ad8538d3725795dde6.tar.gz openbsd-7d87870581103bf8006f12ad8538d3725795dde6.tar.bz2 openbsd-7d87870581103bf8006f12ad8538d3725795dde6.zip |
Start RSA_PSS_PARAMS_new(3) stub from scratch. Both functions
are listed in <openssl/rsa.h> and OpenSSL doc/man3/X509_dup.pod.
Note that the OpenSSL documentation specifies the wrong header file.
More could probably be said about PSS, but this is a start...
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 2c70b7ec37..02895f010a 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.76 2016/12/13 14:31:55 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.77 2016/12/13 20:41:35 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -155,6 +155,7 @@ MAN= \ | |||
155 | RAND_set_rand_method.3 \ | 155 | RAND_set_rand_method.3 \ |
156 | RC4.3 \ | 156 | RC4.3 \ |
157 | RIPEMD160.3 \ | 157 | RIPEMD160.3 \ |
158 | RSA_PSS_PARAMS_new.3 \ | ||
158 | RSA_blinding_on.3 \ | 159 | RSA_blinding_on.3 \ |
159 | RSA_check_key.3 \ | 160 | RSA_check_key.3 \ |
160 | RSA_generate_key.3 \ | 161 | RSA_generate_key.3 \ |