Merge pull request #143 from aidangarske/fix-curl
Add fix for wolfProvider curl FIPSwp-openssh-ptest
commit
51af5e3901
|
|
@ -0,0 +1,14 @@
|
|||
# Configure curl with wolfprovider FIPS mode.
|
||||
#
|
||||
# This bbappend is needed when using curl with wolfprovider FIPS mode.
|
||||
|
||||
inherit wolfssl-osp-support
|
||||
|
||||
python __anonymous() {
|
||||
wolfssl_osp_include_if_provider(
|
||||
d,
|
||||
inc_file='inc/curl/curl-enable-wolfprovider-fips.inc',
|
||||
allowed_providers=['wolfssl-fips']
|
||||
)
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
# Configure curl with wolfprovider FIPS mode.
|
||||
#
|
||||
# This bbappend is needed when using curl with wolfprovider FIPS mode.
|
||||
|
||||
inherit wolfssl-osp-support
|
||||
|
||||
python __anonymous() {
|
||||
wolfssl_osp_include_if_provider(
|
||||
d,
|
||||
inc_file='inc/curl/curl-enable-wolfprovider-fips.inc',
|
||||
allowed_providers=['wolfssl-fips']
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue