aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2011-06-11 13:13:42 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2011-06-12 19:38:42 +0200
commitb54e8cdae5b742d98a015fd91708b308848e86e3 (patch)
tree5386f2422d3e8a3ae3b7ab9e7c76f0f23122938e /include/libssh/libssh.h
parentfb0f1253519d5ff76fac1f0fc84077541ca93033 (diff)
downloadlibssh-b54e8cdae5b742d98a015fd91708b308848e86e3.tar.gz
libssh-b54e8cdae5b742d98a015fd91708b308848e86e3.tar.xz
libssh-b54e8cdae5b742d98a015fd91708b308848e86e3.zip
Check for ecdsa with openssl, added log_warning
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index bfd68155..425be1a1 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -263,9 +263,9 @@ enum {
/** No logging at all
*/
SSH_LOG_NOLOG=0,
- /** Only rare and noteworthy events
+ /** Only warnings
*/
- SSH_LOG_RARE,
+ SSH_LOG_WARNING,
/** High level protocol information
*/
SSH_LOG_PROTOCOL,
@@ -277,6 +277,7 @@ enum {
SSH_LOG_FUNCTIONS
};
/** @} */
+#define SSH_LOG_RARE SSH_LOG_WARNING
enum ssh_options_e {
SSH_OPTIONS_HOST,