Update from 1.0.0-stable.

This commit is contained in:
Dr. Stephen Henson
2009-04-22 17:37:47 +00:00
parent a224fe14e9
commit 01cb2049e3
2 changed files with 3 additions and 1 deletions

View File

@@ -339,9 +339,11 @@ void ENGINE_load_ubsec(void);
void ENGINE_load_cryptodev(void);
void ENGINE_load_padlock(void);
void ENGINE_load_builtin_engines(void);
#ifdef OPENSSL_SYS_WIN32
#ifndef OPENSSL_NO_CAPIENG
void ENGINE_load_capi(void);
#endif
#endif
/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation
* "registry" handling. */