[Pkg-openssl-devel] Bug#892276: libssl-dev: typo in usr/include/openssl/lhash.h
Joshua Crowgey
jcrowgey at uw.edu
Wed Mar 7 16:09:18 UTC 2018
Package: libssl-dev
Version: 1.1.0f-3+deb9u1
Severity: normal
Tags: patch
Dear Maintainer,
* What led up to the situation?
Compiling a program against libssl using the headers in lhash.h
* What exactly did you do (or not do) that was effective (or
ineffective)?
I fixed the typo.
* What was the outcome of this action?
I can compile and link my program.
-- System Information:
Debian Release: 9.3
APT prefers stable
APT policy: (1000, 'stable'), (900, 'stable'), (750, 'testing'), (500, 'stable-updates')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-6-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages libssl-dev depends on:
ii libssl1.1 1.1.0f-3+deb9u1
Versions of packages libssl-dev recommends:
ii libssl-doc 1.1.0f-3+deb9u1
libssl-dev suggests no packages.
-- no debconf information
# define _LHASH OPENSSL_LHASH
# define LHASH_NODE OPENSSL_LH_NODE
# define lh_error OPENSSL_LH_error
-# define lh_new OPENSSL_lh_new
+# define lh_new OPENSSL_LH_new
# define lh_free OPENSSL_LH_free
# define lh_insert OPENSSL_LH_insert
# define lh_delete OPENSSL_LH_delete
I'm very curious how this file ended up so different from the one in the
opennssl sources. Thanks for any information!
More information about the Pkg-openssl-devel
mailing list