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

  /src/crypto/external/apache2/openssl/dist/Configurations/
unix-Makefile.tmpl 1207 -I. -Iinclude -Iapps/include $(CRYPTOHEADERS) $(SSLHEADERS) $(SRCS) )
1365 our %cryptoheaders = ();
1382 # The logic to add files to @cryptoheaders is a bit complex. The
1386 $cryptoheaders{$new_f} = 1
1404 CRYPTOHEADERS={- join(" \\\n" . ' ' x 14,
1405 fill_lines(" ", $COLUMNS - 14, sort keys %cryptoheaders)) -}
1414 $(CRYPTOHEADERS)
1426 $(CRYPTOHEADERS)
  /src/crypto/external/bsd/openssl/dist/Configurations/
unix-Makefile.tmpl 1276 our %cryptoheaders = ();
1293 # The logic to add files to @cryptoheaders is a bit complex. The
1297 $cryptoheaders{$new_f} = 1
1307 CRYPTOHEADERS={- join(" \\\n" . ' ' x 14,
1308 fill_lines(" ", $COLUMNS - 14, sort keys %cryptoheaders)) -}
1317 $(CRYPTOHEADERS)
1328 $(CRYPTOHEADERS)

Completed in 26 milliseconds