Navigation Menu

Skip to content

Commit

Permalink
library: Tweak openconnect.h comment formatting for consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
  • Loading branch information
cernekee committed Jan 15, 2014
1 parent 71099be commit 723bcb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openconnect.h
Expand Up @@ -267,9 +267,9 @@ int openconnect_get_ip_info(struct openconnect_info *,
const struct oc_vpn_option **dtls_options);

/* This is *not* yours and must not be destroyed with X509_free(). It
* will be valid when a cookie has been obtained successfully, and will
* be valid until the connection is destroyed or another attempt it made
* to use it. */
will be valid when a cookie has been obtained successfully, and will
be valid until the connection is destroyed or another attempt it made
to use it. */
OPENCONNECT_X509 *openconnect_get_peer_cert(struct openconnect_info *);

int openconnect_get_port(struct openconnect_info *);
Expand Down

0 comments on commit 723bcb4

Please sign in to comment.