diff options
author | 2001-07-31 21:22:12 +0000 | |
---|---|---|
committer | 2001-07-31 21:22:12 +0000 | |
commit | 53a4ac2f52aa072681a5b95bb16ba26e1cad525f (patch) | |
tree | e2b00a94de242e43e73f3ab12439b1af61706efc | |
parent | more Xr fixes (diff) | |
download | wireguard-openbsd-53a4ac2f52aa072681a5b95bb16ba26e1cad525f.tar.xz wireguard-openbsd-53a4ac2f52aa072681a5b95bb16ba26e1cad525f.zip |
more MLINK
-rw-r--r-- | lib/libssl/Makefile.bsd-wrapper | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/lib/libssl/Makefile.bsd-wrapper b/lib/libssl/Makefile.bsd-wrapper index 79eebb1a345..12304dc0650 100644 --- a/lib/libssl/Makefile.bsd-wrapper +++ b/lib/libssl/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for OpenSSL -# $OpenBSD: Makefile.bsd-wrapper,v 1.37 2001/07/31 06:59:37 krw Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.38 2001/07/31 21:22:12 deraadt Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -99,7 +99,7 @@ PSALL= ${MANALL:S/.cat1/.ps1/g:S/.cat2/.ps2/g:S/.cat3/.ps3/g:S/.cat4/.ps4/g:S/.c # ERR_get_next_error_library # # rand.pod -> RAND_bytes.pod -# RAND_pseudo_bytes RAND_seed RAND_add RAND_status +# RAND_pseudo_bytes RAND_seed RAND_add RAND_status RAND_event # RAND_screen RAND_load_file RAND_write_file RAND_file_name RAND_egd # RAND_set_rand_method RAND_get_rand_method RAND_SSLeay RAND_cleanup @@ -277,11 +277,14 @@ MLINKS+=BN_CTX_new.3 BN_CTX_init.3 BN_CTX_new.3 BN_CTX_free.3 \ DH_set_method.3 DH_get_default_method.3 \ DH_set_method.3 DH_new_method.3 \ DH_set_method.3 DH_OpenSSL.3 \ + DH_set_method.3 DH_set_default_openssl_method.3 \ + DH_set_method.3 DH_get_default_openssl_method.3 \ ERR_GET_LIB.3 ERR_GET_FUNC.3 \ ERR_GET_LIB.3 ERR_GET_REASON.3 \ ERR_error_string.3 ERR_lib_error_string.3 \ ERR_error_string.3 ERR_func_error_string.3 \ ERR_error_string.3 ERR_reason_error_string.3 \ + ERR_error_string.3 ERR_error_string_n.3 \ ERR_get_error.3 ERR_peek_error.3 \ ERR_get_error.3 ERR_get_error_line.3 \ ERR_get_error.3 ERR_peek_error_line.3 \ @@ -294,10 +297,13 @@ MLINKS+=BN_CTX_new.3 BN_CTX_init.3 BN_CTX_new.3 BN_CTX_free.3 \ ERR_print_errors.3 ERR_print_errors_fp.3 \ ERR_put_error.3 ERR_add_error_data.3 \ OPENSSL_VERSION_NUMBER.3 SSLeay.3 \ + OPENSSL_VERSION_NUMBER.3 SSLeay_version.3 \ OpenSSL_add_all_algorithms.3 OpenSSL_add_all_ciphers.3 \ OpenSSL_add_all_algorithms.3 OpenSSL_add_all_digests.3 \ OpenSSL_add_all_algorithms.3 EVP_cleanup.3 \ - RAND_add.3 RAND_seed.3 RAND_add.3 RAND_status.3 RAND_add.3 RAND_screen.3 \ + RAND_add.3 RAND_seed.3 RAND_add.3 RAND_status.3 \ + RAND_add.3 RAND_event.3 RAND_add.3 RAND_screen.3 \ + RAND_egd.3 RAND_egd_bytes.3 \ RAND_bytes.3 RAND_pseudo_bytes.3 \ RAND_load_file.3 RAND_file_name.3 RAND_load_file.3 RAND_write_file.3 \ RAND_set_rand_method.3 RAND_get_rand_method.3 \ @@ -328,6 +334,8 @@ MLINKS+=BN_CTX_new.3 BN_CTX_init.3 BN_CTX_new.3 BN_CTX_free.3 \ RSA_set_method.3 RSA_null_method.3 \ RSA_set_method.3 RSA_flags.3 \ RSA_set_method.3 RSA_new_method.3 \ + RSA_set_method.3 RSA_set_default_openssl_method.3 \ + RSA_set_method.3 RSA_get_default_openssl_method.3 \ RSA_sign.3 RSA_verify.3 \ RSA_sign_ASN1_OCTET_STRING.3 RSA_verify_ASN1_OCTET_STRING.3 \ BUF_MEM_new.3 BUF_MEM_free.3 \ @@ -471,6 +479,8 @@ MLINKS+=BN_CTX_new.3 BN_CTX_init.3 BN_CTX_new.3 BN_CTX_free.3 \ DSA_set_method.3 DSA_get_default_method.3 \ DSA_set_method.3 DSA_new_method.3 \ DSA_set_method.3 DSA_OpenSSL.3 \ + DSA_set_method.3 DSA_get_default_openssl_method.3 \ + DSA_set_method.3 DSA_set_default_openssl_method.3 \ dsa.3 DSA_free.3 dsa.3 DSA_sign_setup.3 \ dsa.3 DSA_verify.3 dsa.3 DSA_set_default_method.3 \ dsa.3 DSA_get_default_method.3 dsa.3 DSA_new_method.3 \ |