X-Git-Url: http://popeye.lapinbilly.eu/git/?p=openiked-portable.git;a=blobdiff_plain;f=files%2Fiked.in;h=850c4428770789b83f46babe9b006a100f4ea751;hp=e9a257b29381993d7abfaff1f07a20fbef5ba28f;hb=270844fcad94e8182e87a174bf725923bb138534;hpb=bc42288fb28d9c47c2b1b2ce2463050d0aa38458 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