diff options
author | Brent Cook <busterb@gmail.com> | 2017-01-22 19:55:54 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2017-01-22 20:00:52 -0600 |
commit | fa149b8c8c57a88db14bc017ff048b70963e9d86 (patch) | |
tree | d8825d748fd5f5cdf5af3d8b4d8f14dc68eab4a1 /crypto | |
parent | 91f771f9818cc6bd05fd4e77837372fce230dc9c (diff) | |
download | portable-fa149b8c8c57a88db14bc017ff048b70963e9d86.tar.gz portable-fa149b8c8c57a88db14bc017ff048b70963e9d86.tar.bz2 portable-fa149b8c8c57a88db14bc017ff048b70963e9d86.zip |
updates for new tests and layout
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
-rw-r--r-- | crypto/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 60df0d8..d8e1ddb 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -3,6 +3,7 @@ include_directories( | |||
3 | ../include | 3 | ../include |
4 | ../include/compat | 4 | ../include/compat |
5 | asn1 | 5 | asn1 |
6 | bn | ||
6 | dsa | 7 | dsa |
7 | evp | 8 | evp |
8 | modes | 9 | modes |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 2f1e057..1332c24 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -1,6 +1,7 @@ | |||
1 | include $(top_srcdir)/Makefile.am.common | 1 | include $(top_srcdir)/Makefile.am.common |
2 | 2 | ||
3 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1 | 3 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1 |
4 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/bn | ||
4 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp | 5 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp |
5 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes | 6 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes |
6 | AM_CPPFLAGS += -I$(top_srcdir)/crypto | 7 | AM_CPPFLAGS += -I$(top_srcdir)/crypto |