summaryrefslogtreecommitdiff
path: root/openbsd-compat/Makefile.in
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-06-18 18:32:51 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-06-18 18:32:51 +1000
commite43a898043faa3a965dbaa1193cc60e0b479033d (patch)
treebf951f9fb907cc58c59e1175919328042eae57f1 /openbsd-compat/Makefile.in
parentacb2887a769a1b1912cfd7067f3ce04fad240260 (diff)
downloadopenssh-git-e43a898043faa3a965dbaa1193cc60e0b479033d.tar.gz
Split EGD/PRNGD interface into its own file.
This will allow us to use it when building --without-openssl.
Diffstat (limited to 'openbsd-compat/Makefile.in')
-rw-r--r--openbsd-compat/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in
index 555e09b5..5d53bef5 100644
--- a/openbsd-compat/Makefile.in
+++ b/openbsd-compat/Makefile.in
@@ -95,6 +95,7 @@ COMPAT= arc4random.o \
PORTS= port-aix.o \
port-irix.o \
port-linux.o \
+ port-prngd.o \
port-solaris.o \
port-net.o \
port-uw.o