Seek out and destroy another evil cast.

This commit is contained in:
Ulf Möller
2000-01-30 23:33:40 +00:00
parent 1749d8a039
commit 51ca375e7e
69 changed files with 108 additions and 100 deletions

View File

@@ -227,6 +227,10 @@ int main(int argc, char *argv[])
for (v = 0; v < 3; v++)
{
#if 1
key = RSA_generate_key(512*(v+1),3,0,0);
clen=RSA_size(key);
#else
key = RSA_new();
switch (v) {
case 0:
@@ -239,6 +243,7 @@ int main(int argc, char *argv[])
clen = key3(key, ctext_ex);
break;
}
#endif
num = RSA_public_encrypt(plen, ptext_ex, ctext, key,
RSA_PKCS1_PADDING);