RT3999: Remove sub-component version strings
Especially since after the #ifdef cleanups this is not useful. Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
@@ -71,8 +71,6 @@ struct stack_st {
|
||||
#undef MIN_NODES
|
||||
#define MIN_NODES 4
|
||||
|
||||
const char STACK_version[] = "Stack" OPENSSL_VERSION_PTEXT;
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
int (*sk_set_cmp_func(_STACK *sk, int (*c) (const void *, const void *)))
|
||||
|
Reference in New Issue
Block a user