]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.h
server.h: kill unneccessary openssl/pem.h include
[paraslash.git] / server.h
index efee2dbde421587472ab9c866be50e5fa32a374a..3f01e05e9eb70f3c73eb5e2f15dd7e08b0ca3770 100644 (file)
--- 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
@@ -74,6 +73,7 @@ struct sender_command_data{
  *     date.
  */
 struct misc_meta_data {
+/** information on the current audio file  */
        struct audio_format_info afi;
 /** the size of the current audio file in bytes */
        long unsigned int size;