[Buildroot] [RESEND PATCH 1/1] package/sscep: requires des support in openssl

Yann E. MORIN yann.morin.1998 at free.fr
Mon Jan 16 20:19:52 UTC 2023


Dario, All,

On 2023-01-16 19:04 +0100, Dario Binacchi spake thusly:
> Enable des in openssl to fix the following build failure raised
> since the addition of the package in commit
> 72fa60dc102679f51b228336ec38f5af78ff7646:
> 
> src/sscep.c: In function 'get_cipher_alg':
> src/sscep.c:119:32: warning: implicit declaration of function 'EVP_des_ede3_cbc'; did you mean 'NID_des_ede3_cbc'? [-Wimplicit-function-declaration]
>   119 |                         return EVP_des_ede3_cbc();
>       |                                ^~~~~~~~~~~~~~~~
>       |                                NID_des_ede3_cbc
> 
> Fixes:
>  - http://autobuild.buildroot.net/results/34bd76e8e5e7df0db31918d610a0dadf531f369d
> 
> Signed-off-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/sscep/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/sscep/Config.in b/package/sscep/Config.in
> index 2e5e29f7c8f8..549c65274b45 100644
> --- a/package/sscep/Config.in
> +++ b/package/sscep/Config.in
> @@ -1,6 +1,7 @@
>  config BR2_PACKAGE_SSCEP
>  	bool "sscep"
>  	select BR2_PACKAGE_LIBOPENSSL_ENABLE_BLOWFISH if BR2_PACKAGE_LIBOPENSSL
> +	select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
>  	select BR2_PACKAGE_OPENSSL
>  	help
>  	  SSCEP is a client-only implementation of the SCEP
> -- 
> 2.32.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list