OSDN Git Service

Fix comment at top of file to match file name.
authorBruce Momjian <bruce@momjian.us>
Thu, 15 Nov 2001 03:12:53 +0000 (03:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 15 Nov 2001 03:12:53 +0000 (03:12 +0000)
src/interfaces/odbc/md5.h

index faaf216..9b5b0e3 100644 (file)
@@ -1,52 +1,52 @@
-/* File:                       connection.h\r
- *\r
- * Description:                See "connection.c"\r
- *\r
- * Comments:           See "notice.txt" for copyright and license information.\r
- *\r
- */\r
-\r
-#ifndef __MD5_H__\r
-#define __MD5_H__\r
-\r
-#include "psqlodbc.h"\r
-\r
-#include <stdlib.h>\r
-#include <string.h>\r
-\r
+/* File:                       connection.h
+ *
+ * Description:                See "md.h"
+ *
+ * Comments:           See "notice.txt" for copyright and license information.
+ *
+ */
+
+#ifndef __MD5_H__
+#define __MD5_H__
+
+#include "psqlodbc.h"
+
+#include <stdlib.h>
+#include <string.h>
+
 #ifdef WIN32
 #define        MD5_ODBC
 #define        FRONTEND
 #endif
-#define MD5_PASSWD_LEN 35\r
-\r
-/* From c.h */\r
-#ifndef __BEOS__\r
-\r
-#ifndef __cplusplus\r
-\r
-#ifndef bool\r
-typedef char bool;\r
-#endif\r
-\r
-#ifndef true\r
-#define true   ((bool) 1)\r
-#endif\r
-\r
-#ifndef false\r
-#define false  ((bool) 0)\r
-#endif\r
-#endif   /* not C++ */\r
-#endif   /* __BEOS__ */\r
-\r
-#ifndef __BEOS__                               /* this shouldn't be required, but is is! */\r
-typedef unsigned char uint8;   /* == 8 bits */\r
-typedef unsigned short uint16; /* == 16 bits */\r
-typedef unsigned int uint32;   /* == 32 bits */\r
-#endif   /* __BEOS__ */\r
-\r
-extern bool EncryptMD5(const char *passwd, const char *salt,\r
-                  size_t salt_len, char *buf);\r
-\r
-\r
-#endif\r
+#define MD5_PASSWD_LEN 35
+
+/* From c.h */
+#ifndef __BEOS__
+
+#ifndef __cplusplus
+
+#ifndef bool
+typedef char bool;
+#endif
+
+#ifndef true
+#define true   ((bool) 1)
+#endif
+
+#ifndef false
+#define false  ((bool) 0)
+#endif
+#endif   /* not C++ */
+#endif   /* __BEOS__ */
+
+#ifndef __BEOS__                               /* this shouldn't be required, but is is! */
+typedef unsigned char uint8;   /* == 8 bits */
+typedef unsigned short uint16; /* == 16 bits */
+typedef unsigned int uint32;   /* == 32 bits */
+#endif   /* __BEOS__ */
+
+extern bool EncryptMD5(const char *passwd, const char *salt,
+                  size_t salt_len, char *buf);
+
+
+#endif