summaryrefslogtreecommitdiffstats
path: root/install-win32/signtap
diff options
context:
space:
mode:
Diffstat (limited to 'install-win32/signtap')
-rw-r--r--install-win32/signtap10
1 files changed, 0 insertions, 10 deletions
diff --git a/install-win32/signtap b/install-win32/signtap
deleted file mode 100644
index 148bbf0..0000000
--- a/install-win32/signtap
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# Sign the TAP driver.
-
-# load version.nsi definitions
-. autodefs/defs.sh
-
-if [ -d "$SIGNTOOL" ]; then
- $SIGNTOOL/signtap
-fi