Loading demos/maurice/example1.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ void main_encrypt(void) pubKey[0] = ReadPublicKey(PUBFILE); if(!pubKey) if(!pubKey[0]) { fprintf(stderr,"Error: can't load public key"); exit(1); Loading Loading
demos/maurice/example1.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ void main_encrypt(void) pubKey[0] = ReadPublicKey(PUBFILE); if(!pubKey) if(!pubKey[0]) { fprintf(stderr,"Error: can't load public key"); exit(1); Loading