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

@@ -1027,6 +1027,9 @@ int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid);
int OBJ_add_sigid(int signid, int dig_id, int pkey_id);
void OBJ_sigid_free(void);
extern int obj_cleanup_defer;
void check_defer(int nid);
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.