HomeSort by: relevance | last modified time | path
    Searched refs:sslheaders (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) )
1366 our %sslheaders = ();
1390 # The logic to add files to @sslheaders is much simpler...
1391 $sslheaders{$new_f} = 1 if grep { $_ eq $fn } @sslheaders_tmpl;
1406 SSLHEADERS={- join(" \\\n" . ' ' x 11,
1407 fill_lines(" ", $COLUMNS - 11, sort keys %sslheaders)) -}
1419 $(SSLHEADERS)
1430 $(SSLHEADERS)
  /src/crypto/external/bsd/openssl/dist/Configurations/
unix-Makefile.tmpl 1277 our %sslheaders = ();
1301 # The logic to add files to @sslheaders is much simpler...
1302 $sslheaders{$new_f} = 1 if grep { $_ eq $fn } @sslheaders_tmpl;
1309 SSLHEADERS={- join(" \\\n" . ' ' x 11,
1310 fill_lines(" ", $COLUMNS - 11, sort keys %sslheaders)) -}
1322 $(SSLHEADERS)
1332 $(SSLHEADERS)

Completed in 26 milliseconds