]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
I messed up the previous merge - it's now ntp-keygen.
authorHarlan Stenn <stenn@ntp.org>
Mon, 15 Jul 2002 05:38:07 +0000 (01:38 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 15 Jul 2002 05:38:07 +0000 (01:38 -0400)
bk: 3d325fbfV1KFLbnmY1GYBiThhOj03g

configure.in

index f810da657141acae8f60d431d76b5ad52f5860bf..973320cef2a2c7df3eaa614d2c533869b068e8df 100644 (file)
@@ -2405,7 +2405,7 @@ AC_SUBST(OPENSSL)
 AC_SUBST(OPENSSL_INC)
 AC_SUBST(OPENSSL_LIB)
 
-AC_SUBST(MAKE_NTP_GENKEYS)
+AC_SUBST(MAKE_NTP_KEYGEN)
 
 AC_MSG_CHECKING(for openssl library directory)
 AC_ARG_WITH(openssl-libdir,
@@ -2486,7 +2486,7 @@ case "$ans" in
        CPPFLAGS="$CPPFLAGS -I$OPENSSL_INC"
        LDFLAGS="$LDFLAGS -L$OPENSSL_LIB"
        LIBS="$LIBS -lcrypto"
-       MAKE_NTP_GENKEYS=ntp-genkeys
+       MAKE_NTP_KEYGEN=ntp-keygen
        AC_DEFINE(OPENSSL, , [Use OpenSSL?])
        AC_CHECK_FUNCS(EVP_md2 EVP_mdc2)
     fi