]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/emv/emv_pki.h
fix rare bug in tlv.c (#788)
[proxmark3-svn] / client / emv / emv_pki.h
index 6fa7b12e95efbcf9d9f4af719fe3a846607d809d..f5d80bd6dc92834bf907dbb3dc1bfcb5f54779a7 100644 (file)
@@ -23,6 +23,7 @@
 
 extern void PKISetStrictExecution(bool se);
 
+unsigned char *emv_pki_sdatl_fill(const struct tlvdb *db, size_t *sdatl_len);
 struct emv_pk *emv_pki_recover_issuer_cert(const struct emv_pk *pk, struct tlvdb *db);
 struct emv_pk *emv_pki_recover_icc_cert(const struct emv_pk *pk, struct tlvdb *db, const struct tlv *sda_tlv);
 struct emv_pk *emv_pki_recover_icc_pe_cert(const struct emv_pk *pk, struct tlvdb *db);
Impressum, Datenschutz