X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fstream-ssl.h;h=030f66225ba7883f81fffa89d3fcd6623e92583e;hb=HEAD;hp=29c3120fd8f6751a57b09c7ad71394ca2968136d;hpb=007948177581f3b3dad188221593d0e4bdca6ba0;p=sliver-openvswitch.git diff --git a/lib/stream-ssl.h b/lib/stream-ssl.h index 29c3120fd..030f66225 100644 --- a/lib/stream-ssl.h +++ b/lib/stream-ssl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ void stream_ssl_set_key_and_cert(const char *private_key_file, const char *certificate_file); #define STREAM_SSL_LONG_OPTIONS \ - {"private-key", required_argument, 0, 'p'}, \ - {"certificate", required_argument, 0, 'c'}, \ - {"ca-cert", required_argument, 0, 'C'} + {"private-key", required_argument, NULL, 'p'}, \ + {"certificate", required_argument, NULL, 'c'}, \ + {"ca-cert", required_argument, NULL, 'C'} #define STREAM_SSL_OPTION_HANDLERS \ case 'p': \