diff options
author | dscho <dscho> | 2001-11-14 15:08:53 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-11-14 15:08:53 +0000 |
commit | b2253e36574fed514fd2c256cc0cbc7b9729733e (patch) | |
tree | b43282afa3b49960092a6ceab9cdf1399d904bb7 /d3des.h | |
parent | 682027413c5f470b02ca8c168942c7c12c4f0d84 (diff) | |
download | libtdevnc-b2253e36574fed514fd2c256cc0cbc7b9729733e.tar.gz libtdevnc-b2253e36574fed514fd2c256cc0cbc7b9729733e.zip |
changes from Justin, zippy added
Diffstat (limited to 'd3des.h')
-rw-r--r-- | d3des.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#ifndef D3DES_H +#define D3DES_H + /* * This is D3DES (V5.09) by Richard Outerbridge with the double and * triple-length support removed for use in VNC. @@ -49,3 +52,5 @@ extern void des(unsigned char *, unsigned char *); /* d3des.h V5.09 rwo 9208.04 15:06 Graven Imagery ********************************************************************/ + +#endif |