Skip to content

Commit

Permalink
Use external SSL dependency to provide cast header (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Jul 2, 2024
1 parent 3f393db commit 6d87119
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 1,235 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ ENV BUILD_DEPS \
meson \
ninja \
openldap-dev \
openssl \
openssl-dev \
pkgconfig \
rpcsvc-proto-dev

Expand Down
3 changes: 0 additions & 3 deletions doc/manual/intro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
of the license is included in this documentation, as well as within the
Netatalk source distribution. An on-line copy can be found at <ulink
url="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</ulink></para>

<para>This product includes cryptographic software written by Eric Young
(eay@cryptsoft.com)</para>
</sect1>

<sect1>
Expand Down
2 changes: 1 addition & 1 deletion etc/uams/uams_dhx_pam.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
#if defined(WOLFSSL_DHX)
#include <wolfssl/options.h>
#endif
#include <openssl/cast.h>
#include <wolfssl/openssl/bn.h>
#include <wolfssl/openssl/dh.h>
#include <wolfssl/openssl/err.h>
#include <wolfssl/openssl/ssl.h>
#include <atalk/cast.h>
#elif defined(OPENSSL_DHX)
#include <openssl/bn.h>
#include <openssl/dh.h>
Expand Down
2 changes: 1 addition & 1 deletion etc/uams/uams_dhx_passwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
#if defined(WOLFSSL_DHX)
#include <wolfssl/options.h>
#endif
#include <openssl/cast.h>
#include <wolfssl/openssl/bn.h>
#include <wolfssl/openssl/dh.h>
#include <wolfssl/openssl/err.h>
#include <wolfssl/openssl/ssl.h>
#include <atalk/cast.h>
#elif defined(OPENSSL_DHX)
#include <openssl/bn.h>
#include <openssl/dh.h>
Expand Down
2 changes: 1 addition & 1 deletion etc/uams/uams_pgp.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
#if defined(WOLFSSL_DHX)
#include <wolfssl/options.h>
#endif
#include <openssl/cast.h>
#include <wolfssl/openssl/bn.h>
#include <wolfssl/openssl/dh.h>
#include <wolfssl/openssl/err.h>
#include <wolfssl/openssl/ssl.h>
#include <atalk/cast.h>
#elif defined(OPENSSL_DHX)
#include <openssl/bn.h>
#include <openssl/dh.h>
Expand Down
89 changes: 0 additions & 89 deletions include/atalk/cast.h

This file was deleted.

1 change: 1 addition & 0 deletions include/atalk/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ headers = [
'asp.h',
'atp.h',
'cast.h',
'bstrlib.h',
'cnid.h',
'compat.h',
'ddp.h',
Expand Down
204 changes: 0 additions & 204 deletions libatalk/cast/c_enc.c

This file was deleted.

Loading

0 comments on commit 6d87119

Please sign in to comment.