summaryrefslogtreecommitdiff
path: root/lib/nettle/egd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/egd.h')
-rw-r--r--lib/nettle/egd.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/nettle/egd.h b/lib/nettle/egd.h
deleted file mode 100644
index 2239143a3a..0000000000
--- a/lib/nettle/egd.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/* rndegd.c - interface to the EGD
- * Copyright (C) 1999-2012 Free Software Foundation, Inc.
- *
- * This file is part of Libgcrypt.
- *
- * Libgcrypt is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * Libgcrypt is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
- *
- */
-
-int _rndegd_read(int *fd, void *output, size_t length);
-int _rndegd_connect_socket(void);