oc-facho/experimental/facho-signer/src/facho_signer.h
bit4bit 82e043e01d facho-signer: se adiciona cabezera copyleft
FossilOrigin-Name: 689429ff0f376deb1cc4f5ac6b6d260bea421695eacb66fed71ec6567363e9b3
2021-12-26 20:21:04 +00:00

21 lines
397 B
C

/**
* This file is part of facho. The COPYRIGHT file at the top level of
* this repository contains the full copyright notices and license terms.
*/
#ifndef FACHO_SIGNER_H
#define FACHO_SIGNER_H
#include <stdio.h>
int
xmlFachoInit();
int
xmlFachoShutdown();
int
xmlFachoSignFile(FILE *out, const char *filename, const char *pkcs12name, const char *password);
#endif /* FACHO_SIGNER_H */