Break out certificate of membership into its own class.

This commit is contained in:
Adam Ierymenko 2013-10-07 15:29:03 -04:00
commit b4ae1adfbf
5 changed files with 414 additions and 335 deletions

View file

@ -3,6 +3,7 @@ OBJS=\
ext/lz4/lz4hc.o \
ext/lz4/lz4.o \
node/C25519.o \
node/CertificateOfMembership.o \
node/Defaults.o \
node/Demarc.o \
node/EthernetTap.o \