X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstream-ssl.h;h=6bea577d32eb69126dc3aa21f21ab8bf9c511c55;hb=85dcedffa5de44699ff4885a344c70d97aaead32;hp=ba6e422eda58e89b7feb9cf34fa9c6580e945d32;hpb=6f1e91b1d7c058d701145080c344bbc531b394ed;p=openvswitch diff --git a/lib/stream-ssl.h b/lib/stream-ssl.h index ba6e422e..6bea577d 100644 --- a/lib/stream-ssl.h +++ b/lib/stream-ssl.h @@ -33,8 +33,8 @@ void stream_ssl_set_peer_ca_cert_file(const char *file_name); /* Define the long options for SSL support. * - * Note that the definition includes a final comma, and therefore a comma - * must not be supplied when using the definition. This is done so that + * Note that the definition includes a final comma, and therefore a comma + * must not be supplied when using the definition. This is done so that * compilation succeeds whether or not HAVE_OPENSSL is defined. */ #define STREAM_SSL_LONG_OPTIONS \ {"private-key", required_argument, 0, 'p'}, \ @@ -54,7 +54,7 @@ void stream_ssl_set_peer_ca_cert_file(const char *file_name); stream_ssl_set_ca_cert_file(optarg, false); \ break; #else /* !HAVE_OPENSSL */ -static inline bool stream_ssl_is_configured(void) +static inline bool stream_ssl_is_configured(void) { return false; }