diff options
author | deraadt <> | 2001-07-31 21:22:12 +0000 |
---|---|---|
committer | deraadt <> | 2001-07-31 21:22:12 +0000 |
commit | 9881bf5c2b3e174de4860f9dbc618c83c94448ac (patch) | |
tree | 165854dd8d111fbbd13ccc02e8d16d7fe3b9b6ac | |
parent | dcc974d530f8ce326ba39ef94718d9a07ad49487 (diff) | |
download | openbsd-9881bf5c2b3e174de4860f9dbc618c83c94448ac.tar.gz openbsd-9881bf5c2b3e174de4860f9dbc618c83c94448ac.tar.bz2 openbsd-9881bf5c2b3e174de4860f9dbc618c83c94448ac.zip |
more MLINK
-rw-r--r-- | src/lib/libssl/Makefile.bsd-wrapper | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index 79eebb1a34..12304dc065 100644 --- a/src/lib/libssl/Makefile.bsd-wrapper +++ b/src/lib/libssl/Makefile.bsd-wrapper | |||
@@ -1,5 +1,5 @@ | |||
1 | # Build wrapper for OpenSSL | 1 | # Build wrapper for OpenSSL |
2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.37 2001/07/31 06:59:37 krw Exp $ | 2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.38 2001/07/31 21:22:12 deraadt Exp $ |
3 | 3 | ||
4 | # Our lndir is hacked; specify a full path to avoid potential conflicts | 4 | # Our lndir is hacked; specify a full path to avoid potential conflicts |
5 | # with the one installed with X11. | 5 | # 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 | |||
99 | # ERR_get_next_error_library | 99 | # ERR_get_next_error_library |
100 | # | 100 | # |
101 | # rand.pod -> RAND_bytes.pod | 101 | # rand.pod -> RAND_bytes.pod |
102 | # RAND_pseudo_bytes RAND_seed RAND_add RAND_status | 102 | # RAND_pseudo_bytes RAND_seed RAND_add RAND_status RAND_event |
103 | # RAND_screen RAND_load_file RAND_write_file RAND_file_name RAND_egd | 103 | # RAND_screen RAND_load_file RAND_write_file RAND_file_name RAND_egd |
104 | # RAND_set_rand_method RAND_get_rand_method RAND_SSLeay RAND_cleanup | 104 | # RAND_set_rand_method RAND_get_rand_method RAND_SSLeay RAND_cleanup |
105 | 105 | ||
@@ -277,11 +277,14 @@ MLINKS+=BN_CTX_new.3 BN_CTX_init.3 BN_CTX_new.3 BN_CTX_free.3 \ | |||
277 | DH_set_method.3 DH_get_default_method.3 \ | 277 | DH_set_method.3 DH_get_default_method.3 \ |
278 | DH_set_method.3 DH_new_method.3 \ | 278 | DH_set_method.3 DH_new_method.3 \ |
279 | DH_set_method.3 DH_OpenSSL.3 \ | 279 | DH_set_method.3 DH_OpenSSL.3 \ |
280 | DH_set_method.3 DH_set_default_openssl_method.3 \ | ||
281 | DH_set_method.3 DH_get_default_openssl_method.3 \ | ||
280 | ERR_GET_LIB.3 ERR_GET_FUNC.3 \ | 282 | ERR_GET_LIB.3 ERR_GET_FUNC.3 \ |
281 | ERR_GET_LIB.3 ERR_GET_REASON.3 \ | 283 | ERR_GET_LIB.3 ERR_GET_REASON.3 \ |
282 | ERR_error_string.3 ERR_lib_error_string.3 \ | 284 | ERR_error_string.3 ERR_lib_error_string.3 \ |
283 | ERR_error_string.3 ERR_func_error_string.3 \ | 285 | ERR_error_string.3 ERR_func_error_string.3 \ |
284 | ERR_error_string.3 ERR_reason_error_string.3 \ | 286 | ERR_error_string.3 ERR_reason_error_string.3 \ |
287 | ERR_error_string.3 ERR_error_string_n.3 \ | ||
285 | ERR_get_error.3 ERR_peek_error.3 \ | 288 | ERR_get_error.3 ERR_peek_error.3 \ |
286 | ERR_get_error.3 ERR_get_error_line.3 \ | 289 | ERR_get_error.3 ERR_get_error_line.3 \ |
287 | ERR_get_error.3 ERR_peek_error_line.3 \ | 290 | 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 \ | |||
294 | ERR_print_errors.3 ERR_print_errors_fp.3 \ | 297 | ERR_print_errors.3 ERR_print_errors_fp.3 \ |
295 | ERR_put_error.3 ERR_add_error_data.3 \ | 298 | ERR_put_error.3 ERR_add_error_data.3 \ |
296 | OPENSSL_VERSION_NUMBER.3 SSLeay.3 \ | 299 | OPENSSL_VERSION_NUMBER.3 SSLeay.3 \ |
300 | OPENSSL_VERSION_NUMBER.3 SSLeay_version.3 \ | ||
297 | OpenSSL_add_all_algorithms.3 OpenSSL_add_all_ciphers.3 \ | 301 | OpenSSL_add_all_algorithms.3 OpenSSL_add_all_ciphers.3 \ |
298 | OpenSSL_add_all_algorithms.3 OpenSSL_add_all_digests.3 \ | 302 | OpenSSL_add_all_algorithms.3 OpenSSL_add_all_digests.3 \ |
299 | OpenSSL_add_all_algorithms.3 EVP_cleanup.3 \ | 303 | OpenSSL_add_all_algorithms.3 EVP_cleanup.3 \ |
300 | RAND_add.3 RAND_seed.3 RAND_add.3 RAND_status.3 RAND_add.3 RAND_screen.3 \ | 304 | RAND_add.3 RAND_seed.3 RAND_add.3 RAND_status.3 \ |
305 | RAND_add.3 RAND_event.3 RAND_add.3 RAND_screen.3 \ | ||
306 | RAND_egd.3 RAND_egd_bytes.3 \ | ||
301 | RAND_bytes.3 RAND_pseudo_bytes.3 \ | 307 | RAND_bytes.3 RAND_pseudo_bytes.3 \ |
302 | RAND_load_file.3 RAND_file_name.3 RAND_load_file.3 RAND_write_file.3 \ | 308 | RAND_load_file.3 RAND_file_name.3 RAND_load_file.3 RAND_write_file.3 \ |
303 | RAND_set_rand_method.3 RAND_get_rand_method.3 \ | 309 | 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 \ | |||
328 | RSA_set_method.3 RSA_null_method.3 \ | 334 | RSA_set_method.3 RSA_null_method.3 \ |
329 | RSA_set_method.3 RSA_flags.3 \ | 335 | RSA_set_method.3 RSA_flags.3 \ |
330 | RSA_set_method.3 RSA_new_method.3 \ | 336 | RSA_set_method.3 RSA_new_method.3 \ |
337 | RSA_set_method.3 RSA_set_default_openssl_method.3 \ | ||
338 | RSA_set_method.3 RSA_get_default_openssl_method.3 \ | ||
331 | RSA_sign.3 RSA_verify.3 \ | 339 | RSA_sign.3 RSA_verify.3 \ |
332 | RSA_sign_ASN1_OCTET_STRING.3 RSA_verify_ASN1_OCTET_STRING.3 \ | 340 | RSA_sign_ASN1_OCTET_STRING.3 RSA_verify_ASN1_OCTET_STRING.3 \ |
333 | BUF_MEM_new.3 BUF_MEM_free.3 \ | 341 | 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 \ | |||
471 | DSA_set_method.3 DSA_get_default_method.3 \ | 479 | DSA_set_method.3 DSA_get_default_method.3 \ |
472 | DSA_set_method.3 DSA_new_method.3 \ | 480 | DSA_set_method.3 DSA_new_method.3 \ |
473 | DSA_set_method.3 DSA_OpenSSL.3 \ | 481 | DSA_set_method.3 DSA_OpenSSL.3 \ |
482 | DSA_set_method.3 DSA_get_default_openssl_method.3 \ | ||
483 | DSA_set_method.3 DSA_set_default_openssl_method.3 \ | ||
474 | dsa.3 DSA_free.3 dsa.3 DSA_sign_setup.3 \ | 484 | dsa.3 DSA_free.3 dsa.3 DSA_sign_setup.3 \ |
475 | dsa.3 DSA_verify.3 dsa.3 DSA_set_default_method.3 \ | 485 | dsa.3 DSA_verify.3 dsa.3 DSA_set_default_method.3 \ |
476 | dsa.3 DSA_get_default_method.3 dsa.3 DSA_new_method.3 \ | 486 | dsa.3 DSA_get_default_method.3 dsa.3 DSA_new_method.3 \ |