[openssl-commits] [openssl]  OpenSSL_1_1_0-stable update
    Richard Levitte 
    levitte at openssl.org
       
    Mon Jun 25 15:51:38 UTC 2018
    
    
  
The branch OpenSSL_1_1_0-stable has been updated
       via  2f1ad5c81bd1856061cfe1c2d36b0af85f05ddf7 (commit)
      from  a6c1b411d328ce2326fae8cbe64f9dbf8c7f6861 (commit)
- Log -----------------------------------------------------------------
commit 2f1ad5c81bd1856061cfe1c2d36b0af85f05ddf7
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon Jun 25 17:14:12 2018 +0200
    Move documentation to its correct location for this branch
    
    The 1.1.1 branch has a different location for documentation, this is
    the obvious result of a cherry-pick from there.
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/6589)
-----------------------------------------------------------------------
Summary of changes:
 doc/{man3 => crypto}/X509_LOOKUP_meth_new.pod | 0
 doc/{man3 => crypto}/X509_cmp_time.pod        | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename doc/{man3 => crypto}/X509_LOOKUP_meth_new.pod (100%)
 rename doc/{man3 => crypto}/X509_cmp_time.pod (100%)
diff --git a/doc/man3/X509_LOOKUP_meth_new.pod b/doc/crypto/X509_LOOKUP_meth_new.pod
similarity index 100%
rename from doc/man3/X509_LOOKUP_meth_new.pod
rename to doc/crypto/X509_LOOKUP_meth_new.pod
diff --git a/doc/man3/X509_cmp_time.pod b/doc/crypto/X509_cmp_time.pod
similarity index 100%
rename from doc/man3/X509_cmp_time.pod
rename to doc/crypto/X509_cmp_time.pod
    
    
More information about the openssl-commits
mailing list