We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467abc2 commit 77567f7Copy full SHA for 77567f7
src/headers/tomcrypt_private.h
@@ -371,6 +371,7 @@ int pbes1_extract(const ltc_asn1_list *s, pbes_arg *res);
371
int pbes2_extract(const ltc_asn1_list *s, pbes_arg *res);
372
#endif
373
374
+#ifdef LTC_PEM
375
int pem_decrypt(unsigned char *data, unsigned long *datalen,
376
unsigned char *key, unsigned long keylen,
377
unsigned char *iv, unsigned long ivlen,
@@ -382,6 +383,7 @@ int pem_get_char_from_file(struct get_char *g);
382
383
#endif /* LTC_NO_FILE */
384
int pem_get_char_from_buf(struct get_char *g);
385
int pem_read(void *pem, unsigned long *w, struct pem_headers *hdr, struct get_char *g);
386
+#endif
387
388
/* tomcrypt_pk.h */
389
0 commit comments