Check for the right environment variable in the test app
This commit is contained in:
parent
b4c0821332
commit
f2e5b49904
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user