#ifndef LIGHTNING_COMMON_HSM_VERSION_H #define LIGHTNING_COMMON_HSM_VERSION_H #include "config.h" /* We give a maximum and minimum compatibility version to HSM, to allow * some API adaptation. */ #define HSM_MIN_VERSION 1 #define HSM_MAX_VERSION 1 #endif /* LIGHTNING_COMMON_HSM_VERSION_H */