Lev Stipakov <lstipa...@gmail.com> on Fri, 2018/11/09 11:59: > Commit ee80ce3d6f2ebc59068338757311e0488ae620fc wrapped > code in #ifdef/#endif and added extra token after #endif, > which produces compiler warning. > > This removes unneeded extra token. > > Signed-off-by: Lev Stipakov <lstipa...@gmail.com> > --- > src/openvpn/init.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/openvpn/init.c b/src/openvpn/init.c > index 586e4ca..1cdef31 100644 > --- a/src/openvpn/init.c > +++ b/src/openvpn/init.c > @@ -624,7 +624,7 @@ save_ncp_options(struct context *c) > c->c1.ciphername = c->options.ciphername; > c->c1.authname = c->options.authname; > c->c1.keysize = c->options.keysize; > -#endif ENABLE_CRYPTO > +#endif
Perhaps this should go into comment: #endif /* ENABLE_CRYPTO */ -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Best regards my address: */=0;b=c[a++];) putchar(b-1/(/* Chris cc -ox -xc - && ./x */b/42*2-3)*42);}
pgp93kxnTfkV3.pgp
Description: OpenPGP digital signature
_______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel