diff options
Diffstat (limited to 'upstream/debian-unstable/man3/X509_STORE_new.3ssl')
-rw-r--r-- | upstream/debian-unstable/man3/X509_STORE_new.3ssl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/upstream/debian-unstable/man3/X509_STORE_new.3ssl b/upstream/debian-unstable/man3/X509_STORE_new.3ssl index 4de68bbf..5242a9b0 100644 --- a/upstream/debian-unstable/man3/X509_STORE_new.3ssl +++ b/upstream/debian-unstable/man3/X509_STORE_new.3ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "X509_STORE_NEW 3SSL" -.TH X509_STORE_NEW 3SSL 2024-02-03 3.1.5 OpenSSL +.TH X509_STORE_NEW 3SSL 2024-04-04 3.2.2-dev OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -70,10 +70,10 @@ X509_STORE_lock,X509_STORE_unlock \& #include <openssl/x509_vfy.h> \& \& X509_STORE *X509_STORE_new(void); -\& void X509_STORE_free(X509_STORE *v); -\& int X509_STORE_lock(X509_STORE *v); -\& int X509_STORE_unlock(X509_STORE *v); -\& int X509_STORE_up_ref(X509_STORE *v); +\& void X509_STORE_free(X509_STORE *xs); +\& int X509_STORE_lock(X509_STORE *xs); +\& int X509_STORE_unlock(X509_STORE *xs); +\& int X509_STORE_up_ref(X509_STORE *xs); .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" |