19/09/2017 12:47, Bruce Richardson: > On Tue, Sep 19, 2017 at 12:40:44PM +0300, Vladimir Kuramshin wrote: > > Current version is compatible with PQOS version 1.3 > > but not compatible with higher versions. This change > > makes l2fwd-cat example compatible with versions since 1.4 > > > > Signed-off-by: Vladimir Kuramshin <v.kurams...@samsung.com> > > --- > > Version 4 changes: > > Fixed version number - 103 instead of 10300 > > > > Version 3 changes: > > Keep both API versions under #if .. #else .. #endif macro > > > > examples/l2fwd-cat/Makefile | 5 +-- > > examples/l2fwd-cat/cat.c | 85 > > +++++++++++++++++++++++++++++++++++++++------ > > 2 files changed, 76 insertions(+), 14 deletions(-) > > > > Confirmed this builds fine with latest version of library from git. > > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Applied, thanks