enum ssh_mac_e

#include <wrapper.h>

enum ssh_mac_e {
    SSH_MAC_SHA1   =1,
    SSH_MAC_SHA256,
    SSH_MAC_SHA384,
    SSH_MAC_SHA512,
};