Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some defines in config/ssl/ssl-thin__openssl.ads are incorrect #347

Open
bib1963 opened this issue Aug 23, 2022 · 0 comments
Open

Some defines in config/ssl/ssl-thin__openssl.ads are incorrect #347

bib1963 opened this issue Aug 23, 2022 · 0 comments

Comments

@bib1963
Copy link

bib1963 commented Aug 23, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant