Avoid warnings with -pedantic, specifically:

Conversion between void * and function pointer.
Value computed not used.
Signed/unsigned argument.
This commit is contained in:
Dr. Stephen Henson
2008-07-04 23:12:52 +00:00
parent 5f834ab123
commit d4cdbab99b
13 changed files with 27 additions and 19 deletions

View File

@@ -59,7 +59,7 @@
#include <openssl/objects.h>
#include "obj_xref.h"
DECLARE_STACK_OF(nid_triple);
DECLARE_STACK_OF(nid_triple)
STACK_OF(nid_triple) *sig_app, *sigx_app;
static int cmp_sig(const nid_triple *a, const nid_triple *b)