chiark / gitweb /
working on compiling out of troglodyte; before relegage maskmap
[chiark-tcl.git] / crypto / crypto.c
index 97f4d1db06c16e79d8804d2392859f8bc85fdae0..cf50712979a9beb73d6e2f1477070c164d9a0657 100644 (file)
@@ -6,10 +6,6 @@
 #include "hbytes.h"
 #include "tables.h"
 
-void memxor(Byte *dest, const Byte *src, int l) {
-  while (l--) *dest++ ^= *src++;
-}
-
 const PadOp padops[]= {
   { "un", 0, 0 },
   { "ua", 0, 1 },