Use sk_*_new_null() instead of sk_*_new(NULL). That avoids getting
authorRichard Levitte <levitte@openssl.org>
Tue, 20 Feb 2001 13:06:10 +0000 (13:06 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 20 Feb 2001 13:06:10 +0000 (13:06 +0000)
commite28e42a549a57fd2e6ac09cf9d99f90e90bb7854
treed7788d9e02e1a69fd2c603d594cf950655b124ab
parentff055b5c895de982627eb0b696539713abfdb5cd
Use sk_*_new_null() instead of sk_*_new(NULL).  That avoids getting
lots of silly warnings from the compiler.
crypto/ocsp/ocsp_ext.c