~ubuntu-branches/ubuntu/wily/openvswitch/wily

« back to all changes in this revision

Viewing changes to lib/stream-nossl.c

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-08-10 11:35:15 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20150810113515-575vj06oq29emxsn
Tags: 2.4.0~git20150810.97bab95-0ubuntu1
* New upstream snapshot from 2.4 branch:
  - d/*: Align any relevant packaging changes with upstream.
* d/*: wrap-and-sort.
* d/openvswitch-{common,vswitch}.install: Correct install location for
  bash completion files.
* d/tests/openflow.py: Explicitly use ovs-testcontroller as provided
  by 2.4.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
#include <config.h>
18
18
#include "stream-ssl.h"
19
 
#include "vlog.h"
 
19
#include "openvswitch/vlog.h"
20
20
 
21
21
VLOG_DEFINE_THIS_MODULE(stream_nossl);
22
22
 
28
28
    return false;
29
29
}
30
30
 
31
 
static void NO_RETURN
 
31
OVS_NO_RETURN static void
32
32
nossl_option(const char *detail)
33
33
{
34
34
    VLOG_FATAL("%s specified but Open vSwitch was built without SSL support",