Remove (commented out) debug printf
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17138 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -169,9 +169,6 @@ parse_rsa_private_key(hx509_context context, struct hx509_collector *c,
|
||||
if (iv)
|
||||
*iv++ = '\0';
|
||||
|
||||
|
||||
/* printf("type: %s iv: %s\n", type, iv); */
|
||||
|
||||
size = strlen(iv);
|
||||
ivdata = malloc(size);
|
||||
if (ivdata == NULL) {
|
||||
|
Reference in New Issue
Block a user