check if crypter is available in pem_to_bin()

This commit is contained in:
Andreas Steffen
2008-05-23 19:18:08 +00:00
parent 7624dbf068
commit 731ac6bf52
2 changed files with 31 additions and 18 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#include <library.h>
err_t pem_to_bin(chunk_t *blob, chunk_t *passphrase, bool *pgp);
bool pem_to_bin(chunk_t *blob, chunk_t *passphrase, bool *pgp);
bool pem_asn1_load_file(char *filename, chunk_t *passphrase,
chunk_t *blob, bool *pgp);