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 5bab086 commit b5dd3ae
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 @@ -40,7 +40,6 @@
#endif /* USE_CRACKLIB */

#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 @@ -27,7 +27,6 @@
#endif

#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 @@ -26,7 +26,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 @@ -22,7 +22,6 @@
#endif /* HAVE_CRYPT_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 @@ -26,7 +26,6 @@
#endif /* USE_CRACKLIB */

#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 b5dd3ae

Please sign in to comment.