PolarSSL v1.3.8
cipher_wrap.h
Go to the documentation of this file.
1 
29 #ifndef POLARSSL_CIPHER_WRAP_H
30 #define POLARSSL_CIPHER_WRAP_H
31 
32 #if !defined(POLARSSL_CONFIG_FILE)
33 #include "config.h"
34 #else
35 #include POLARSSL_CONFIG_FILE
36 #endif
37 #include "cipher.h"
38 
39 #ifdef __cplusplus
40 extern "C" {
41 #endif
42 
43 typedef struct
44 {
48 
50 
51 extern int supported_ciphers[];
52 
53 #ifdef __cplusplus
54 }
55 #endif
56 
57 #endif /* POLARSSL_CIPHER_WRAP_H */