On Tue, 1 Nov 2011 15:32:43 +0200, Martin Storsjö <[email protected]> wrote: > Note, this protocol doesn't yet check verify the server > certificate against a local database of trusted CA root > certificates. > --- > +URLProtocol ff_tls_protocol = { > + "tls", > + tls_open, > + tls_read, > + tls_write, > + NULL, > + tls_close, > + .priv_data_size = sizeof(TLSContext), > +};
Designated initialisers for everything please. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
