diff options
| author | reyk <> | 2014-04-15 18:02:05 +0000 |
|---|---|---|
| committer | reyk <> | 2014-04-15 18:02:05 +0000 |
| commit | 156754a7255a66585eae75de94a4d0f62dd305c0 (patch) | |
| tree | bd59631fac9f83412b03144f80629bc9dfafbcad /src/lib/libcrypto/util/mkfiles.pl | |
| parent | 6375963684cd4e2242222018e445d2b72015dfcc (diff) | |
| download | openbsd-156754a7255a66585eae75de94a4d0f62dd305c0.tar.gz openbsd-156754a7255a66585eae75de94a4d0f62dd305c0.tar.bz2 openbsd-156754a7255a66585eae75de94a4d0f62dd305c0.zip | |
Remove the GOST engine: It is not compiled or used and depends on the
"dynamic engine" feature that is not enabled in our build. People who
need it can still pull it out of the Attic; if it is to have a Russian
engine just because it's a Russian engine.
OK deraadt@ beck@
Diffstat (limited to 'src/lib/libcrypto/util/mkfiles.pl')
| -rw-r--r-- | src/lib/libcrypto/util/mkfiles.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/util/mkfiles.pl b/src/lib/libcrypto/util/mkfiles.pl index 7d9a9d5e5c..3214f69ea5 100644 --- a/src/lib/libcrypto/util/mkfiles.pl +++ b/src/lib/libcrypto/util/mkfiles.pl | |||
| @@ -67,7 +67,6 @@ my @dirs = ( | |||
| 67 | "ssl", | 67 | "ssl", |
| 68 | "apps", | 68 | "apps", |
| 69 | "engines", | 69 | "engines", |
| 70 | "engines/ccgost", | ||
| 71 | "test", | 70 | "test", |
| 72 | "tools" | 71 | "tools" |
| 73 | ); | 72 | ); |
