diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-10-04 08:29:41 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-10-04 08:29:45 +0200 |
commit | b677f1f3856a8991383e78bfdb97b62a615ecbef (patch) | |
tree | 1b659700e6229bd60ddfc114c00b6fac5cb61fa6 | |
parent | cfb9856a72a143cf89f7b34f467f724ae4ff80eb (diff) | |
download | gnutls-b677f1f3856a8991383e78bfdb97b62a615ecbef.tar.gz |
doc: fix use of gnutls_ext_raw_parse callback [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r-- | doc/cha-gtls-app.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index c7a87a5a22..0288543482 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -1630,6 +1630,7 @@ static int ext_hook_func(void *ctx, unsigned tls_id, name = data+5; name_size = size-5; @} + return 0; @} static int |