chiark / gitweb /
crypto: Copy a SHA512 implementation into tree
[secnet.git] / make-secnet-sites
index aa503440d6b3555a60df0591aafe19ae4e958a15..966bb77528e409cd3991e2c5bd5306d4c1c264d1 100755 (executable)
@@ -480,7 +480,7 @@ else:
                if len(sys.argv)>3:
                        print "Too many arguments"
                        sys.exit(1)
-               pfilepath(sys.argv[1],allow_include=True)
+               pfilepath(sys.argv[1])
                of=sys.stdout
                if len(sys.argv)>2:
                        of=open(sys.argv[2],'w')