diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 06:03:27 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 06:03:27 +0100 |
commit | c5d4f45893cd3a70c2387f13fcf5ac97550bbfa0 (patch) | |
tree | 445792635aca00a626e1078a54d66a112b161596 /crypto/libressl/Makefile | |
parent | e1e02465a8bc6e0c8babf22e8320bc1f6c44652b (diff) |
added aes and blowfish to ssl
Diffstat (limited to 'crypto/libressl/Makefile')
-rw-r--r-- | crypto/libressl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/libressl/Makefile b/crypto/libressl/Makefile index 60d9ce6..56eabfc 100644 --- a/crypto/libressl/Makefile +++ b/crypto/libressl/Makefile @@ -1,6 +1,3 @@ -pwd := $(abspath $(dir $(firstword $(MAKEFILE_LIST)))) -MAKEFLAGS += -I$(pwd) - include ssl_obj.mk all: |