|
|
@ -19,12 +19,12 @@ |
|
|
|
|
|
|
|
#include <strings.h> |
|
|
|
|
|
|
|
#include "crypto.h" |
|
|
|
#include "keyring.h" |
|
|
|
#include "readerwriter.h" |
|
|
|
#include "netpgpdefs.h" |
|
|
|
#include "netpgpdigest.h" |
|
|
|
#include "packet.h" |
|
|
|
#include <netpgp/crypto.h> |
|
|
|
#include <netpgp/keyring.h> |
|
|
|
#include <netpgp/readerwriter.h> |
|
|
|
#include <netpgp/netpgpdefs.h> |
|
|
|
#include <netpgp/netpgpdigest.h> |
|
|
|
#include <netpgp/packet.h> |
|
|
|
|
|
|
|
#define CAST_KEY_LENGTH 16 |
|
|
|
#define SHA_DIGEST_LENGTH 20 |
|
|
|