comparison runopts.h @ 948:f92eb625c48d

- Don't use multichar constants since recent gcc complains - Add release script - Simplify print_version
author Matt Johnston <matt@ucc.asn.au>
date Sun, 27 Jul 2014 22:55:29 +0800
parents 17d874ae93a1
children 47643024fc90
comparison
equal deleted inserted replaced
947:e4453b367db7 948:f92eb625c48d
162 162
163 #ifdef ENABLE_USER_ALGO_LIST 163 #ifdef ENABLE_USER_ALGO_LIST
164 void parse_ciphers_macs(); 164 void parse_ciphers_macs();
165 #endif 165 #endif
166 166
167 void print_version(const char* name); 167 void print_version(void);
168 168
169 #endif /* _RUNOPTS_H_ */ 169 #endif /* _RUNOPTS_H_ */