gensignkey.h 185 B

12345678
  1. #ifndef DROPBEAR_GENSIGNKEY_H
  2. #define DROPBEAR_GENSIGNKEY_H
  3. #include "signkey.h"
  4. int signkey_generate(enum signkey_type type, int bits, const char* filename, int skip_exist);
  5. #endif