diff options
Diffstat (limited to 'crypto/libressl/crypto/curve25519/Makefile')
-rw-r--r-- | crypto/libressl/crypto/curve25519/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/libressl/crypto/curve25519/Makefile b/crypto/libressl/crypto/curve25519/Makefile index 47696b1..459383d 100644 --- a/crypto/libressl/crypto/curve25519/Makefile +++ b/crypto/libressl/crypto/curve25519/Makefile @@ -1,4 +1,4 @@ -include ssl_common.mk +include ../../ssl_common.mk CFLAGS += -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_DECLS= -DED25519 obj = curve25519.o curve25519-generic.o |