diff options
Diffstat (limited to 'crypto/libressl/crypto/aead/Makefile')
-rw-r--r-- | crypto/libressl/crypto/aead/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/libressl/crypto/aead/Makefile b/crypto/libressl/crypto/aead/Makefile index 2148699..6bf1ccf 100644 --- a/crypto/libressl/crypto/aead/Makefile +++ b/crypto/libressl/crypto/aead/Makefile @@ -1,4 +1,4 @@ -include ssl_common.mk +include ../../ssl_common.mk obj = e_chacha20poly1305.o |