[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Mon Jun 11 15:02:00 UTC 2018


The branch master has been updated
       via  fa92c69aafc40a87c9b0dded9c365348a8ac4b33 (commit)
      from  bcf2907c685cf1bde9eb92928fad5e85c483563b (commit)


- Log -----------------------------------------------------------------
commit fa92c69aafc40a87c9b0dded9c365348a8ac4b33
Author: David von Oheimb <David.von.Oheimb at siemens.com>
Date:   Mon Jun 11 11:02:57 2018 +0200

    export data_dir of Test.pm, which was forgotten in #5928
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/6451)

-----------------------------------------------------------------------

Summary of changes:
 util/perl/OpenSSL/Test.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/perl/OpenSSL/Test.pm b/util/perl/OpenSSL/Test.pm
index 19141e9..d2f8190 100644
--- a/util/perl/OpenSSL/Test.pm
+++ b/util/perl/OpenSSL/Test.pm
@@ -20,7 +20,7 @@ $VERSION = "0.8";
                                    perlapp perltest subtest));
 @EXPORT_OK = (@Test::More::EXPORT_OK, qw(bldtop_dir bldtop_file
                                          srctop_dir srctop_file
-                                         data_file
+                                         data_file data_dir
                                          pipe with cmdstr quotify
                                          openssl_versions));
 


More information about the openssl-commits mailing list