Make things static that should be. Declare stuff in headers that should be.

Fix warnings.
This commit is contained in:
Ben Laurie
2006-08-28 17:01:04 +00:00
parent 5776c3c4c6
commit 777c47acbe
11 changed files with 30 additions and 16 deletions

View File

@@ -391,6 +391,10 @@ int ENGINE_register_pkey_meths(ENGINE *e);
void ENGINE_unregister_pkey_meths(ENGINE *e);
void ENGINE_register_all_pkey_meths(void);
int ENGINE_register_pkey_asn1_meths(ENGINE *e);
void ENGINE_unregister_pkey_asn1_meths(ENGINE *e);
void ENGINE_register_all_pkey_asn1_meths(void);
/* These functions register all support from the above categories. Note, use of
* these functions can result in static linkage of code your application may not
* need. If you only need a subset of functionality, consider using more