#ifndef SSH_ERROR_H #define SSH_ERROR_H enum { ESECRET = 1, ERSA, ECRYPT, }; #endif