first pass at an Antora conversion
This commit is contained in:
parent
2e8934be40
commit
f7cf94cd4c
193 changed files with 246 additions and 29224 deletions
|
@ -0,0 +1,10 @@
|
|||
|
||||
// Initiate an orderly connection shutdown.
|
||||
ret = gnutls_bye(session, GNUTLS_SHUT_RDWR);
|
||||
if (ret < 0) {
|
||||
fprintf(stderr, "error: gnutls_bye: %s\n", gnutls_strerror(ret));
|
||||
exit(1);
|
||||
}
|
||||
// Free the session object.
|
||||
gnutls_deinit(session);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue