Skip to content

Commit

Permalink
security/openssl30: Fix modules options
Browse files Browse the repository at this point in the history
PR:		272160
Reported by:	Michael Osipov <michael osipov siemens com>
  • Loading branch information
Sp1l committed Sep 19, 2023
1 parent c57fef2 commit ba2b345
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion security/openssl30/Makefile
Expand Up @@ -63,7 +63,7 @@ CRYPTODEV_DESC= /dev/crypto support
CT_DESC= Certificate Transparency Support
DES_DESC= (Triple) Data Encryption Standard
EC_DESC= Optimize NIST elliptic curves
FIPS_DESC= Build FIPS provider (Note: NOT yet FIPS validated)
FIPS_DESC= Build FIPS provider
GOST_DESC= GOST (Russian standard)
HASHES_DESC= Hash Function Support
I386_DESC= i386 (instead of i486+)
Expand Down
3 changes: 2 additions & 1 deletion security/openssl30/pkg-plist
Expand Up @@ -268,7 +268,8 @@ man/man5/x509v3_config.5ossl.gz
@comment %%OPENSSLDIR%%/misc/tsget.pl
%%OPENSSLDIR%%/misc/tsget
@sample %%OPENSSLDIR%%/ct_log_list.cnf.dist %%OPENSSLDIR%%/ct_log_list.cnf
%%OPENSSLDIR%%/fipsmodule.cnf
%%FIPS%%%%OPENSSLDIR%%/fipsmodule.cnf
@sample %%OPENSSLDIR%%/openssl.cnf.dist %%OPENSSLDIR%%/openssl.cnf
@dir lib/ossl-modules
@dir %%OPENSSLDIR%%/private
@dir %%OPENSSLDIR%%/certs

0 comments on commit ba2b345

Please sign in to comment.