Release bumped to "gts4".
[tac_plus.git] / encrypt.h
1 #ifndef ENCRYPT_H
2 #define ENCRYPT_H 1
3
4 #include "tac_plus.h"
5
6 #include <sys/types.h>          /* for u_* */
7
8 #include "packet.h"             /* for "HDR" */
9
10
11 extern int md5_xor TAC_ARGS((HDR *hdr, u_char *data, const char *key));
12
13
14 #endif /* ENCRYPT_H */