Differences From Artifact [4c6200b506]:
- File generic/tls.c — part of check-in [3dcd70f98e] at 2023-04-30 16:07:43 on branch TEA — Moved files to subdirectories per TEA directory structure. (user: bohagan, size: 58688) [annotate] [blame] [check-ins using]
- File tls.c — part of check-in [e02b79f82f] at 2023-04-30 02:08:22 on branch TEA — Format clean-ups. (user: bohagan, size: 58688) [annotate] [blame] [check-ins using]
To Artifact [e3d417c077]:
- File generic/tls.c — part of check-in [a329ea2ff4] at 2023-05-06 19:35:00 on branch TEA — Replaced custom build scripts with TEA scripts. Removed custom build scripts and replaced with latest TEA config files. Updated pkgIndex.tcl.in to support static builds. Incorporated relevant previous build macros into scripts. (user: bohagan, size: 58725) [annotate] [blame] [check-ins using] [more...]
︙ | |||
1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 | 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 | + | | OPENSSL_INIT_ADD_ALL_CIPHERS | OPENSSL_INIT_ADD_ALL_DIGESTS, NULL); #endif # if OPENSSL_VERSION_NUMBER < 0x10100000L SSL_load_error_strings(); ERR_load_crypto_strings(); #else /* Only initialize libcrypto */ OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL); #endif BIO_new_tcl(NULL, 0); #if 0 /* |
︙ |