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:
Love Hörnquist Åstrand
2006-04-21 15:03:07 +00:00
parent 26712f7c01
commit 01c7345f08

View File

@@ -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) {