#ifdef wrap

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14770 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-10 19:09:47 +00:00
parent c1c535f239
commit 5a741de6cd

View File

@@ -33,6 +33,9 @@
/* $Id$ */
#ifndef HEIM_AES_H
#define HEIM_AES_H 1
#define AES_BLOCK_SIZE 16
#define AES_MAXNR 14
@@ -53,3 +56,5 @@ void AES_decrypt(const unsigned char *, unsigned char *, const AES_KEY *);
void AES_cbc_encrypt(const unsigned char *, unsigned char *,
const unsigned long, const AES_KEY *,
unsigned char *, int);
#endif /* HEIM_AES_H */