Home
last modified time | relevance | path

Searched refs:dsoext (Results 1 – 9 of 9) sorted by relevance

/openssl/Configurations/platform/
H A DAIX.pm15 sub dsoext { '.so' } subroutine
H A Dmingw.pm18 sub dsoext { '.dll' } subroutine
H A DWindows.pm16 sub dsoext { '.dll' } subroutine
H A DVMS.pm21 sub dsoext { '.EXE' } subroutine
H A DUnix.pm16 sub dsoext { $target{dso_extension} || platform->shlibextsimple() subroutine
H A DBASE.pm36 sub dso { return $_[0]->dsoname($_[1]) . $_[0]->dsoext() }
/openssl/doc/man1/
H A Dopenssl-info.pod.in15 [B<-dsoext>]
51 =item B<-dsoext>
/openssl/include/crypto/
H A Ddso_conf.h.in32 # define DSO_EXTENSION "{- platform->dsoext() -}"
/openssl/Configurations/
H A Dwindows-makefile.tmpl1028 my %extinfo = ( dso => platform->dsoext(),

Completed in 15 milliseconds