Skip to content

Commit 4b6f857

Browse files
committed
Fix typo
1 parent 49cc634 commit 4b6f857

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patches-debian/rules.patch.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
CONFARGS = --prefix=/usr --openssldir=/usr/lib/ssl --libdir=lib/$(DEB_HOST_MULTIARCH) no-idea no-mdc2 no-rc5 no-ssl3 enable-unit-test no-ssl3-method enable-rfc3779 enable-cms no-capieng no-rdrand \
77
- enable-tfo enable-zstd enable-zlib enable-fips
8-
+ enable-tfo enable-zstd enable-zlib enable-fips -DOPENSSL_PEDANTIC_ZEROIZATION '-DGL_FIPS_VENDOR="\"SAP SE Garden Linux nightly Cryptographic Module\""' '-DGL_FIPS_VERSION="\"$(VERSION)-SED_MARKER_FOR_FIPS_VERSION\""'
8+
+ enable-tfo enable-zstd enable-zlib enable-fips -DOPENSSL_PEDANTIC_ZEROIZATION '-DGL_FIPS_VENDOR="\"SAP SE Garden Linux nightly OpenSSL Cryptographic Module\""' '-DGL_FIPS_VERSION="\"$(VERSION)-SED_MARKER_FOR_FIPS_VERSION\""'
99
#OPT_alpha = ev4 ev5
1010
ARCHOPTS = OPT_$(DEB_HOST_ARCH)
1111
OPTS = $($(ARCHOPTS))

0 commit comments

Comments
 (0)