Simplify and rename SSL_set_rbio() and SSL_set_wbio()
[openssl.git] / apps / build.info
index 3baba66feb1c10e1c017bcd8cdbf6d084f89c3fe..ae648619402a643c699b86262704ec0c49de65f3 100644 (file)
@@ -1,4 +1,5 @@
-{- use File::Spec::Functions qw/catdir rel2abs/; -}
+{- our $tsget_name = $config{target} =~ /^(VC|vms)-/ ? "tsget.pl" : "tsget";
+   "" -}
 IF[{- !$disabled{apps} -}]
   PROGRAMS=openssl
   SOURCE[openssl]=\
@@ -12,10 +13,10 @@ IF[{- !$disabled{apps} -}]
           apps.c opt.c s_cb.c s_socket.c \
           app_rand.c \
           {- $target{apps_aux_src} -}
-  INCLUDE[openssl]={- rel2abs(catdir($builddir,"../include")) -} .. ../include
+  INCLUDE[openssl]=.. ../include
   DEPEND[openssl]=../libssl
 
-  SCRIPTS=CA.pl tsget
+  SCRIPTS=CA.pl {- $tsget_name -}
   SOURCE[CA.pl]=CA.pl.in
-  SOURCE[tsget]=tsget.in
+  SOURCE[{- $tsget_name -}]=tsget.in
 ENDIF