1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-03 17:59:19 +02:00
deltachat-core/libs/netpgp/include/netpgp-extra.h
Floris Bruynooghe e897b4e771 Restore the includes to use their orignal paths
Further undoing some changes I did.
2018-09-26 14:00:43 -05:00

16 lines
514 B
C

#ifndef __NETPGP_EXTRA_H__
#define __NETPGP_EXTRA_H__
#include "netpgp/config-netpgp.h"
#include "netpgp/packet-parse.h"
#include "netpgp/errors.h"
#include "netpgp/defs.h"
#include "netpgp/crypto.h"
#include "netpgp/create.h"
#include "netpgp/signature.h"
#include "netpgp/readerwriter.h"
#include "netpgp/validate.h"
#include "netpgp/netpgpsdk.h"
unsigned rsa_generate_keypair(pgp_key_t *keydata, const int numbits, const unsigned long e, const char *hashalg, const char *cipher);
#endif // __NETPGP_EXTRA_H__