diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-07-12 19:30:53 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-07-12 19:30:53 +0000 |
| commit | 1f13597d10e771d5546d31839150812bde8e4a56 (patch) | |
| tree | 9739a803477c4610ec6628d914bdcc55fbb3602a /lib/libfetch/common.h | |
| parent | bc52deb7a99deda0fc81a7914fa4bbb7e9be113a (diff) | |
| parent | 0758ab5ea778e4ba36d2150af1bba602a48d6467 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/common.h')
| -rw-r--r-- | lib/libfetch/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/common.h b/lib/libfetch/common.h index 241dbbf8b465..fe591d3ea0df 100644 --- a/lib/libfetch/common.h +++ b/lib/libfetch/common.h @@ -63,7 +63,7 @@ struct fetchconn { SSL *ssl; /* SSL handle */ SSL_CTX *ssl_ctx; /* SSL context */ X509 *ssl_cert; /* server certificate */ - SSL_METHOD *ssl_meth; /* SSL method */ + const SSL_METHOD *ssl_meth; /* SSL method */ #endif int ref; /* reference count */ }; |
