Latest update.
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
|
||||
#include "internal/cryptlib.h"
|
||||
|
||||
DEFINE_STACK_OF(CTLOG)
|
||||
|
||||
/*
|
||||
* Information about a CT log server.
|
||||
*/
|
||||
|
||||
@@ -21,8 +21,6 @@
|
||||
|
||||
#include "ct_local.h"
|
||||
|
||||
DEFINE_STACK_OF(SCT)
|
||||
|
||||
int o2i_SCT_signature(SCT *sct, const unsigned char **in, size_t len)
|
||||
{
|
||||
size_t siglen;
|
||||
|
||||
@@ -16,8 +16,6 @@
|
||||
|
||||
#include "ct_local.h"
|
||||
|
||||
DEFINE_STACK_OF(SCT)
|
||||
|
||||
static void SCT_signature_algorithms_print(const SCT *sct, BIO *out)
|
||||
{
|
||||
int nid = SCT_get_signature_nid(sct);
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
|
||||
#include "ct_local.h"
|
||||
|
||||
DEFINE_STACK_OF(SCT)
|
||||
|
||||
SCT *SCT_new(void)
|
||||
{
|
||||
SCT *sct = OPENSSL_zalloc(sizeof(*sct));
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
|
||||
#include "ct_local.h"
|
||||
|
||||
DEFINE_STACK_OF(SCT)
|
||||
|
||||
static char *i2s_poison(const X509V3_EXT_METHOD *method, void *val)
|
||||
{
|
||||
return OPENSSL_strdup("NULL");
|
||||
|
||||
Reference in New Issue
Block a user