cpp wrappers

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22957 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-11 11:33:15 +00:00
parent 1cd51cde33
commit 4365c2071c

View File

@@ -161,6 +161,10 @@ struct hc_EVP_MD_CTX {
void *ptr; void *ptr;
}; };
#ifdef __cplusplus
extern "C" {
#endif
/* /*
* Avaible crypto algs * 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_conf(void);
void OpenSSL_add_all_algorithms_noconf(void); void OpenSSL_add_all_algorithms_noconf(void);
#ifdef __cplusplus
}
#endif
#endif /* HEIM_EVP_H */ #endif /* HEIM_EVP_H */