TESTUTIL: Separate TAP output and other output by BIO filter
[openssl.git] / fuzz / client.c
index 451989773ad7b5c5a49984114adbb5c0f0b03b63..01bd70a49f6b255353782e8650fd1f09acaec961 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,6 +20,8 @@
 
 #include "rand.inc"
 
+DEFINE_STACK_OF(SSL_COMP)
+
 /* unused, to avoid warning. */
 static int idx;