From: Andre Noll <maan@systemlinux.org>
Date: Fri, 23 Mar 2007 17:44:08 +0000 (+0100)
Subject: server.h: kill unneccessary openssl/pem.h include
X-Git-Tag: v0.2.16~8
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=99054bc0013b3592b311027662bbacb6df49a4e2;p=paraslash.git

server.h: kill unneccessary openssl/pem.h include
---

diff --git a/server.h b/server.h
index b33ba1dd..3f01e05e 100644
--- a/server.h
+++ b/server.h
@@ -20,7 +20,6 @@
 
 #include "para.h"
 #include "afh.h"
-#include <openssl/pem.h>
 
 /** size of the selector_info and audio_file info strings of struct misc_meta_data */
 #define MMD_INFO_SIZE 16384