Skip to content

Commit

Permalink
meson: Reduce footprint of embedded SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga authored and rdmark committed May 24, 2024
1 parent e6ec291 commit 0aef11c
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 1,479 deletions.
1 change: 0 additions & 1 deletion bin/afppasswd/afppasswd.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include <netatalk/endian.h>

#if defined(EMBEDDED_SSL)
#include <wolfssl/options.h>
#include <wolfssl/openssl/des.h>
#elif defined(OPENSSL_DHX)
#include <openssl/des.h>
Expand Down
1 change: 0 additions & 1 deletion etc/uams/uams_dhx_pam.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@


#if defined(EMBEDDED_SSL)
#include <wolfssl/options.h>
#include <wolfssl/openssl/bn.h>
#include <wolfssl/openssl/dh.h>
#include <wolfssl/openssl/err.h>
Expand Down
1 change: 0 additions & 1 deletion etc/uams/uams_dhx_passwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#endif /* SHADOWPW */

#if defined(EMBEDDED_SSL)
#include <wolfssl/options.h>
#include <wolfssl/openssl/bn.h>
#include <wolfssl/openssl/dh.h>
#include <wolfssl/openssl/err.h>
Expand Down
1 change: 0 additions & 1 deletion etc/uams/uams_pgp.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <atalk/logger.h>

#if defined(EMBEDDED_SSL)
#include <wolfssl/options.h>
#include <wolfssl/openssl/bn.h>
#include <wolfssl/openssl/dh.h>
#include <wolfssl/openssl/err.h>
Expand Down
1 change: 0 additions & 1 deletion etc/uams/uams_randnum.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include <atalk/uam.h>

#if defined(EMBEDDED_SSL)
#include <wolfssl/options.h>
#include <wolfssl/openssl/des.h>
#elif defined(OPENSSL_DHX)
#include <openssl/des.h>
Expand Down
1 change: 0 additions & 1 deletion include/meson.build
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
subdir('atalk')
subdir('wolfssl')
7 changes: 0 additions & 7 deletions include/wolfssl/meson.build

This file was deleted.

162 changes: 0 additions & 162 deletions include/wolfssl/ocsp.h

This file was deleted.

Loading

0 comments on commit 0aef11c

Please sign in to comment.