summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_add_cipher.3
diff options
context:
space:
mode:
authortb <>2023-08-25 05:38:52 +0000
committertb <>2023-08-25 05:38:52 +0000
commitdd18094a872b6a9c45bf5e604985a955f279bf6b (patch)
tree33181aa275b0585ab98dd42a40d6c16c2fb17a98 /src/lib/libcrypto/man/EVP_add_cipher.3
parent0415126d1cd7a26e02d2feb3f3e0298779fb8fc6 (diff)
downloadopenbsd-dd18094a872b6a9c45bf5e604985a955f279bf6b.tar.gz
openbsd-dd18094a872b6a9c45bf5e604985a955f279bf6b.tar.bz2
openbsd-dd18094a872b6a9c45bf5e604985a955f279bf6b.zip
Add more cross references
Diffstat (limited to 'src/lib/libcrypto/man/EVP_add_cipher.3')
-rw-r--r--src/lib/libcrypto/man/EVP_add_cipher.36
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EVP_add_cipher.3 b/src/lib/libcrypto/man/EVP_add_cipher.3
index ff43129259..0c71295efe 100644
--- a/src/lib/libcrypto/man/EVP_add_cipher.3
+++ b/src/lib/libcrypto/man/EVP_add_cipher.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_add_cipher.3,v 1.1 2023/08/25 05:29:35 tb Exp $ 1.\" $OpenBSD: EVP_add_cipher.3,v 1.2 2023/08/25 05:38:52 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
4.\" 4.\"
@@ -133,12 +133,14 @@ They are implemented as macros.
133.Sh RETURN VALUES 133.Sh RETURN VALUES
134These functions return 1 on success and 0 on failure. 134These functions return 1 on success and 0 on failure.
135.Sh SEE ALSO 135.Sh SEE ALSO
136.Xr evp 3 ,
136.Xr EVP_CIPHER_meth_new 3 , 137.Xr EVP_CIPHER_meth_new 3 ,
137.Xr EVP_get_cipherbyname 3 , 138.Xr EVP_get_cipherbyname 3 ,
138.Xr EVP_get_digestbyname 3 , 139.Xr EVP_get_digestbyname 3 ,
139.Xr EVP_MD_meth_new 3 , 140.Xr EVP_MD_meth_new 3 ,
140.Xr OBJ_create 3 , 141.Xr OBJ_create 3 ,
141.Xr OBJ_NAME_add 3 142.Xr OBJ_NAME_add 3 ,
143.Xr OpenSSL_add_all_algorithms 3
142.Sh HISTORY 144.Sh HISTORY
143.Fn EVP_add_cipher 145.Fn EVP_add_cipher
144and 146and