summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-10-01 18:43:43 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-10-01 18:43:43 +0000
commit501eee4b336793fcdb62fba8b6c0c9a0d38134ff (patch)
tree6c345620c7a6580d2a20f0911a79385750dfcb3e /lib
parentd36c5c143c94c6ee3d165a80ca2c7979e03db9ca (diff)
downloadgnutls-501eee4b336793fcdb62fba8b6c0c9a0d38134ff.tar.gz
Patch by Arne.
Fixes a linking problem with _gnutls_handshake2str() and _gnutls_packet2str(). Some other fixes in the documentation creation.
Diffstat (limited to 'lib')
-rw-r--r--lib/gnutls_errors.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gnutls_errors.c b/lib/gnutls_errors.c
index 74901d017a..148449991c 100644
--- a/lib/gnutls_errors.c
+++ b/lib/gnutls_errors.c
@@ -286,8 +286,6 @@ void _gnutls_log( int level, const char *fmt, ...) {
* be called. This may affect performance.
*/
void _gnutls_null_log( void* x, ...) { return; }
-const char* _gnutls_handshake2str( int handshake) { return NULL; }
-const char* _gnutls_packet2str( int packet) { return NULL; }
# endif /* C99_MACROS */
#endif /* DEBUG */