[openssl] master update

Richard Levitte levitte at openssl.org
Fri Jan 28 17:58:15 UTC 2022


The branch master has been updated
       via  7fde39de848f062d6db45bf9e69439db2100b9bb (commit)
      from  a829d53a14eeae2b0bc783b7952b4212cf31d918 (commit)


- Log -----------------------------------------------------------------
commit 7fde39de848f062d6db45bf9e69439db2100b9bb
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Jan 27 17:26:06 2022 +0100

    Include the modules directory in openssl.pc
    
    Affected file: Configurations/unix-Makefile.tmpl
    
    Fixes #17602
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/17605)

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

Summary of changes:
 Configurations/unix-Makefile.tmpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 6d4039c33f..440dc6be64 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -1398,6 +1398,7 @@ libcrypto.pc:
 	    fi; \
 	    echo 'includedir=$${prefix}/include'; \
 	    echo 'enginesdir=$${libdir}/engines-{- $sover_dirname -}'; \
+	    echo 'modulesdir=$${libdir}/ossl-modules'; \
 	    echo ''; \
 	    echo 'Name: OpenSSL-libcrypto'; \
 	    echo 'Description: OpenSSL cryptography library'; \


More information about the openssl-commits mailing list