HomeSort by: relevance | last modified time | path
    Searched refs:openssl_other_defines (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
opensslconf.h.in 51 if (@{$config{openssl_other_defines}}) {
52 foreach (@{$config{openssl_other_defines}}) {
  /src/crypto/external/bsd/openssl.old/dist/
Configure 633 $config{openssl_other_defines}=[];
1082 push @{$config{openssl_other_defines}},
1657 push @{$config{openssl_other_defines}}, $macro;
1660 push @{$config{openssl_other_defines}}, $macro;
1667 push @{$config{openssl_other_defines}}, "OPENSSL_NO_DYNAMIC_ENGINE";
1669 push @{$config{openssl_other_defines}}, "OPENSSL_NO_STATIC_ENGINE";

Completed in 50 milliseconds