]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix typo in isc-hmac-fixup.exe
authorMark Andrews <marka@isc.org>
Fri, 25 Mar 2016 22:08:52 +0000 (09:08 +1100)
committerMark Andrews <marka@isc.org>
Fri, 25 Mar 2016 22:08:52 +0000 (09:08 +1100)
bin/win32/BINDInstall/BINDInstallDlg.cpp

index 750992efae1cd39d8e8f1b22d157b7547180487b..4078ade3a026a82a6453ee4697631a1d609414dd 100644 (file)
@@ -194,7 +194,7 @@ const FileData installFiles[] =
        {"named-compilezone.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
        {"named-journalprint.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
        {"named-rrchecker.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
-       {"isc-hmax-fixup.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
+       {"isc-hmac-fixup.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
 #ifdef USE_PKCS11
        {"pkcs11-destroy.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
        {"pkcs11-keygen.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},