cpp wrappers
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22957 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -161,6 +161,10 @@ struct hc_EVP_MD_CTX {
|
||||
void *ptr;
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Avaible crypto algs
|
||||
*/
|
||||
@@ -258,4 +262,8 @@ void OpenSSL_add_all_algorithms(void);
|
||||
void OpenSSL_add_all_algorithms_conf(void);
|
||||
void OpenSSL_add_all_algorithms_noconf(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* HEIM_EVP_H */
|
||||
|
Reference in New Issue
Block a user