Add more cross references
authortb <tb@openbsd.org>
Fri, 25 Aug 2023 05:38:52 +0000 (05:38 +0000)
committertb <tb@openbsd.org>
Fri, 25 Aug 2023 05:38:52 +0000 (05:38 +0000)
lib/libcrypto/man/EVP_add_cipher.3
lib/libcrypto/man/OpenSSL_add_all_algorithms.3

index ff43129..0c71295 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: EVP_add_cipher.3,v 1.1 2023/08/25 05:29:35 tb Exp $
+.\" $OpenBSD: EVP_add_cipher.3,v 1.2 2023/08/25 05:38:52 tb Exp $
 .\"
 .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
 .\"
@@ -133,12 +133,14 @@ They are implemented as macros.
 .Sh RETURN VALUES
 These functions return 1 on success and 0 on failure.
 .Sh SEE ALSO
+.Xr evp 3 ,
 .Xr EVP_CIPHER_meth_new 3 ,
 .Xr EVP_get_cipherbyname 3 ,
 .Xr EVP_get_digestbyname 3 ,
 .Xr EVP_MD_meth_new 3 ,
 .Xr OBJ_create 3 ,
-.Xr OBJ_NAME_add 3
+.Xr OBJ_NAME_add 3 ,
+.Xr OpenSSL_add_all_algorithms 3
 .Sh HISTORY
 .Fn EVP_add_cipher
 and
index 364a6c1..7c4a4cd 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: OpenSSL_add_all_algorithms.3,v 1.12 2023/07/21 05:02:53 tb Exp $
+.\" $OpenBSD: OpenSSL_add_all_algorithms.3,v 1.13 2023/08/25 05:38:52 tb Exp $
 .\" full merge up to: OpenSSL b3696a55 Sep 2 09:35:50 2017 -0400
 .\"
 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 .\" OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: July 21 2023 $
+.Dd $Mdocdate: August 25 2023 $
 .Dt OPENSSL_ADD_ALL_ALGORITHMS 3
 .Os
 .Sh NAME
@@ -107,6 +107,7 @@ removing all application-defined types, key-value pairs, and aliases,
 including any that are unrelated to the EVP library.
 .Sh SEE ALSO
 .Xr evp 3 ,
+.Xr EVP_add_cipher 3 ,
 .Xr EVP_DigestInit 3 ,
 .Xr EVP_EncryptInit 3 ,
 .Xr OBJ_cleanup 3 ,