]> git.ipfire.org Git - thirdparty/openssl.git/commit
demo: Fix makefile target
authorPauli <pauli@openssl.org>
Tue, 14 Mar 2023 00:33:51 +0000 (11:33 +1100)
committerPauli <pauli@openssl.org>
Wed, 15 Mar 2023 02:58:01 +0000 (13:58 +1100)
commit67bfdfa17bc4ca8e2b819316299bb82748394c45
tree23e0e7391db97f7a61b687e6045d0a3da74328ad
parent4a3b6266604ca447e0b3a14f1dbc8052e1498819
demo: Fix makefile target

The makefile target was incorrect and wouldn't build the rsa_encrypt demo.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20503)
demos/encrypt/Makefile