diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-10-20 16:41:56 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-10-20 16:41:56 +0000 |
commit | 8dc11276175b8ec12ff23b250ef0fba6657ddea7 (patch) | |
tree | 7c34bbfea7cad2a3bec0eb9f72c92f8b7ab4cd3d /istream.c | |
parent | [w3m-dev 04002] Re: function and w3m-control (diff) | |
download | w3m-8dc11276175b8ec12ff23b250ef0fba6657ddea7.tar.gz w3m-8dc11276175b8ec12ff23b250ef0fba6657ddea7.zip |
#include <openssl/...>
suggested by ABE Yuji <cbo46560@pop12.odn.ne.jp>
[w3m-dev 03998] problem about pkg-config check for OpenSSL
* html.h: #include <openssl/...>
* istream.c: ditto
* istream.h: ditto
* url.c: ditto
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to '')
-rw-r--r-- | istream.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ -/* $Id: istream.c,v 1.22 2003/09/26 17:59:51 ukai Exp $ */ +/* $Id: istream.c,v 1.23 2003/10/20 16:41:56 ukai Exp $ */ #include "fm.h" #include "myctype.h" #include "istream.h" #include <signal.h> #ifdef USE_SSL -#include <x509v3.h> +#include <openssl/x509v3.h> #endif #define uchar unsigned char |