Searched refs:applink (Results 1 – 10 of 10) sorted by relevance
| /src/crypto/openssl/ms/ |
| H A D | uplink.c | 74 void **(*applink)(); in OPENSSL_Uplink() local 76 applink = (void **(*)())GetProcAddress(h, "OPENSSL_Applink"); in OPENSSL_Uplink() 77 if (applink == NULL) { in OPENSSL_Uplink() 82 p = (*applink)(); in OPENSSL_Uplink()
|
| /src/crypto/openssl/exporters/cmake/ |
| H A D | OpenSSLConfig.cmake.in | 51 …{- output_off() if $disabled{uplink}; "" -}OpenSSL::applink{- output_on() if $disabled{uplink}; ""… 139 …{_ossl_prefix}/{- unixify($OpenSSL::safe::installdata::APPLINKDIR_REL_PREFIX[0], 1); -}/applink.c") 237 add_library(OpenSSL::applink INTERFACE IMPORTED) 238 set_property(TARGET OpenSSL::applink PROPERTY
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_Applink.pod | 19 The referred module is available as F<applink.c>, located alongside
|
| /src/crypto/openssl/apps/ |
| H A D | build.info | 6 $INITSRC=../ms/applink.c
|
| /src/crypto/openssl/Configurations/ |
| H A D | unix-Makefile.tmpl | 756 @$(ECHO) "install $(SRCDIR)/ms/applink.c -> $(DESTDIR)$(INSTALLTOP)/include/openssl/applink.c" 757 @cp $(SRCDIR)/ms/applink.c "$(DESTDIR)$(INSTALLTOP)/include/openssl/applink.c" 758 @chmod 644 "$(DESTDIR)$(INSTALLTOP)/include/openssl/applink.c" 834 @$(ECHO) "$(RM) $(DESTDIR)$(INSTALLTOP)/include/openssl/applink.c" 835 @$(RM) "$(DESTDIR)$(INSTALLTOP)/include/openssl/applink.c"
|
| H A D | windows-makefile.tmpl | 557 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\ms\applink.c" \
|
| /src/crypto/openssl/test/ |
| H A D | build.info | 23 $INITSRC=../ms/applink.c
|
| /src/contrib/ntp/ |
| H A D | ChangeLog | 170 - openssl applink needed again for openSSL-1.1.1 3878 * [Bug 1302] OpenSSL under Windows needs applink support. 3996 and remove unnecessary reference to applink.c for Windows
|
| H A D | NEWS | 212 - openssl applink needed again for openSSL-1.1.1 3978 - openssl applink needed again for openSSL-1.1.1
|
| H A D | CommitLog | 8800 - omit openssl/applink.c only for openSSL-1.1.0 (was giving linker trouble there) 19075 Include openssl/applink.c only for openSSL versions < 1.1.0. 19078 Include openssl/applink.c only for openSSL versions < 1.1.0. 169488 ntpq, ntpdc, ntpdate use OpenSSL and need applink on Windows 169511 common code for Windows OpenSSL applink (ntpd, ntpdate, ntpdc, ntpq, ntp-keygen) 169543 ntpq, ntpdc, ntpdate use OpenSSL and need applink on Windows 169546 ntpq, ntpdc, ntpdate use OpenSSL and need applink on Windows 169552 ntpq, ntpdc, ntpdate use OpenSSL and need applink on Windows 169555 ntpq, ntpdc, ntpdate use OpenSSL and need applink on Windows 169576 ntpq, ntpdc, ntpdate use OpenSSL and need applink on Windows [all …]
|