summaryrefslogtreecommitdiff
path: root/src/protocol/internal/ssh_error.h
blob: 1a0fd32976a4689121135d61055f5e09d23ebe0d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef SSH_ERROR_H
#define SSH_ERROR_H

enum {
	ESECRET = 1,
	ERSA,
	ECRYPT,
};

#endif