openvpn: remove __DATE__ from options output
[openwrt.git] / package / network / services / openvpn / patches / 001-reproducible-remove_DATE.patch
1 --- a/src/openvpn/options.c
2 +++ b/src/openvpn/options.c
3 @@ -102,7 +102,6 @@ const char title_string[] =
4    " [MH]"
5  #endif
6    " [IPv6]"
7 -  " built on " __DATE__
8  ;
9  
10  #ifndef ENABLE_SMALL