Browse Source

Add AES to build

Adam Ierymenko 6 years ago
parent
commit
1e8fcf1344
1 changed files with 1 additions and 0 deletions
  1. 1 0
      objects.mk

+ 1 - 0
objects.mk

@@ -1,4 +1,5 @@
 CORE_OBJS=\
+	node/AES.o \
 	node/C25519.o \
 	node/Capability.o \
 	node/CertificateOfMembership.o \