Check for the right environment variable in the test app

This commit is contained in:
Dan Fandrich 2009-12-15 15:21:06 -08:00
parent b4c0821332
commit f2e5b49904

View File

@ -59,7 +59,7 @@ int main(int argc, char *argv[])
if (getenv ("PRIVKEY"))
privkeyfile = getenv ("PRIVKEY");
if (getenv ("PRIVKEY"))
if (getenv ("PUBKEY"))
pubkeyfile = getenv ("PUBKEY");
hostaddr = htonl(0x7F000001);