diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Makefile b/src/common/Makefile index e9af7346c9c..898701fae1c 100644 --- a/src/common/Makefile +++ b/src/common/Makefile @@ -83,9 +83,9 @@ OBJS_COMMON = \ ifeq ($(with_ssl),openssl) OBJS_COMMON += \ - protocol_openssl.o \ cryptohash_openssl.o \ - hmac_openssl.o + hmac_openssl.o \ + protocol_openssl.o else OBJS_COMMON += \ cryptohash.o \ |