]> sjero.net Git - wget/blobdiff - src/gen_sslfunc.h
[svn] Guard against header files getting included twice.
[wget] / src / gen_sslfunc.h
index 3c18f2fd4f18c95fc0c2406cffa5093f1120d8ca..6a12e032bae90be4f4c5ed5f6d7e311c715b1542 100644 (file)
@@ -18,6 +18,9 @@ You should have received a copy of the GNU General Public License
 along with Wget; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+#ifndef GEN_SSLFUNC_H
+#define GEN_SSLFUNC_H
+
 #ifdef HAVE_SSL
 # include <openssl/ssl.h>
 #endif
@@ -31,3 +34,4 @@ int ssl_iread PARAMS ((SSL *, char *, int));
 int ssl_iwrite PARAMS ((SSL *, char *, int));
 int ssl_printerrors PARAMS ((void)); 
 
+#endif /* GEN_SSLFUNC_H */