]> git.meshlink.io Git - meshlink/blobdiff - src/Makefile.am
Remove support for the legacy protocol.
[meshlink] / src / Makefile.am
index b9a830712efc4f83e007e4ca7833b3a5874a1ebe..58d7b2deb6b60e62f0a225bd5fe0d0dc50de20c5 100644 (file)
@@ -58,8 +58,6 @@ libmeshlink_la_SOURCES = \
        protocol_key.c \
        protocol_misc.c \
        route.c route.h \
-       rsa.h \
-       rsagen.h \
        splay_tree.c splay_tree.h \
        sptps.c sptps.h \
        system.h \
@@ -78,9 +76,7 @@ libmeshlink_la_SOURCES += \
        openssl/ecdh.c \
        openssl/ecdsa.c \
        openssl/ecdsagen.c \
-       openssl/prf.c \
-       openssl/rsa.c \
-       openssl/rsagen.c
+       openssl/prf.c
 sptps_test_SOURCES += \
        openssl/cipher.c \
        openssl/crypto.c \