diff options
| author | schwarze <> | 2016-03-26 14:36:37 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-03-26 14:36:37 +0000 |
| commit | 0073f6ca24b1278000926485be175f8f706a8867 (patch) | |
| tree | 65f0eb94bcac9525446aedf4167ad90db331acda /src | |
| parent | d3d50bbe74e3efe3344fcfcdc1de5f0e17b603a7 (diff) | |
| download | openbsd-0073f6ca24b1278000926485be175f8f706a8867.tar.gz openbsd-0073f6ca24b1278000926485be175f8f706a8867.tar.bz2 openbsd-0073f6ca24b1278000926485be175f8f706a8867.zip | |
fix the last bunch of NAME sections that were overlooked earlier
such that the MLINKS removal can be committed after this;
OK jmc@
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/man/CRYPTO_set_locking_callback.3 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/CRYPTO_set_locking_callback.3 b/src/lib/libcrypto/man/CRYPTO_set_locking_callback.3 index d6290852b5..708c52d7d3 100644 --- a/src/lib/libcrypto/man/CRYPTO_set_locking_callback.3 +++ b/src/lib/libcrypto/man/CRYPTO_set_locking_callback.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .Dd $Mdocdate: November 11 2015 $ | 1 | .Dd $Mdocdate: March 26 2016 $ |
| 2 | .Dt CRYPTO_SET_LOCKING_CALLBACK 3 | 2 | .Dt CRYPTO_SET_LOCKING_CALLBACK 3 |
| 3 | .Os | 3 | .Os |
| 4 | .Sh NAME | 4 | .Sh NAME |
| @@ -15,7 +15,14 @@ | |||
| 15 | .Nm CRYPTO_set_dynlock_destroy_callback , | 15 | .Nm CRYPTO_set_dynlock_destroy_callback , |
| 16 | .Nm CRYPTO_get_new_dynlockid , | 16 | .Nm CRYPTO_get_new_dynlockid , |
| 17 | .Nm CRYPTO_destroy_dynlockid , | 17 | .Nm CRYPTO_destroy_dynlockid , |
| 18 | .Nm CRYPTO_lock | 18 | .Nm CRYPTO_lock , |
| 19 | .Nm CRYPTO_w_lock , | ||
| 20 | .Nm CRYPTO_w_unlock , | ||
| 21 | .Nm CRYPTO_r_lock , | ||
| 22 | .Nm CRYPTO_r_unlock , | ||
| 23 | .Nm CRYPTO_add , | ||
| 24 | .Nm CRYPTO_add_lock , | ||
| 25 | .Nm CRYPTO_set_id_callback | ||
| 19 | .Nd OpenSSL thread support | 26 | .Nd OpenSSL thread support |
| 20 | .Sh SYNOPSIS | 27 | .Sh SYNOPSIS |
| 21 | .In openssl/crypto.h | 28 | .In openssl/crypto.h |
