mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
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)
This commit is contained in:
parent
4a3b626660
commit
67bfdfa17b
@ -12,7 +12,7 @@ all: rsa_encrypt
|
||||
%.o: %.c
|
||||
$(CC) $(CFLAGS) -c $<
|
||||
|
||||
rsa_encrypt_ec: rsa_encrypt.o
|
||||
rsa_encrypt: rsa_encrypt.o
|
||||
|
||||
test: ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user