]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Making a gost provider - move away the error source files
authorRichard Levitte <richard@levitte.org>
Sat, 13 Feb 2021 13:45:11 +0000 (14:45 +0100)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Mon, 11 Oct 2021 16:34:09 +0000 (19:34 +0300)
commita3b21ced5bfe2c42a04cfad7d4f8499f27ec31ca
tree9698a8fc0516d75c0da467408fdbf3b5903bcd5d
parenta6014f3569ca1819b6d3060124f8cdc5125f074e
Making a gost provider - move away the error source files

The error source files, e_gost_err.c and e_gost_err.h, are not
suitable for providers as they are, so we need to move those away from
the core library, and leave it to the provider code to deal with it.
CMakeLists.txt