Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / crypto / hcrypto / engine.h
1 #ifndef OPENAFS_HCRYPTO_ENGINE_H
2 #define OPENAFS_HCRYPTO_ENGINE_H
3
4 typedef struct hc_engine ENGINE;
5
6 #include <hcrypto/rand.h>
7
8
9 int ENGINE_finish(const ENGINE *);
10 int ENGINE_up_ref(const ENGINE *);
11 const RAND_METHOD * ENGINE_get_RAND(const ENGINE *);
12
13 #endif