Open
Description
In this file, around line 755, the following are declared...
OPENSSL_VERSION0 : constant := 0;
OPENSSL_CFLAGS : constant := 2;
OPENSSL_BUILT_ON : constant := 3;
OPENSSL_PLATFORM : constant := 4;
OPENSSL_DIR : constant := 5;
On my opensuse system, on both Arm & x86_64 and on both version 1.1.1l & 3.0.1, I have the following defined:
# define OPENSSL_VERSION 0
# define OPENSSL_CFLAGS 1
# define OPENSSL_BUILT_ON 2
# define OPENSSL_PLATFORM 3
# define OPENSSL_DIR 4
# define OPENSSL_ENGINES_DIR 5
with a few extras in v3:
# define OPENSSL_VERSION_STRING 6
# define OPENSSL_FULL_VERSION_STRING 7
# define OPENSSL_MODULES_DIR 8
# define OPENSSL_CPU_INFO 9
Close, but no cigar.