From: David Marec Date: Thu, 21 Jan 2021 22:29:26 +0000 (+0100) Subject: Fix openssl path in rc script X-Git-Url: http://popeye.lapinbilly.eu/git/?p=openiked-portable;a=commitdiff_plain;h=270844fcad94e8182e87a174bf725923bb138534 Fix openssl path in rc script --- diff --git a/files/iked.in b/files/iked.in index e9a257b..850c442 100644 --- a/files/iked.in +++ b/files/iked.in @@ -54,7 +54,7 @@ iked_precmd() if test ! -f $iked_privkey; then /usr/bin/openssl ecparam -genkey -name prime256v1 -noout -out "$iked_privkey" /bin/chmod 600 "$iked_privkey" - openssl ec -in "$iked_privkey" -pubout -out "$iked_pubkey" + /usr/bin/openssl ec -in "$iked_privkey" -pubout -out "$iked_pubkey" fi fi