OSDN Git Service

Update OpenSSL to 1.0.2a.
[ffftp/ffftp.git] / contrib / openssl / include / openssl / ui_compat.h
index b8b3579..f428633 100644 (file)
@@ -1,6 +1,7 @@
 /* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */\r
-/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL\r
- * project 2001.\r
+/*\r
+ * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project\r
+ * 2001.\r
  */\r
 /* ====================================================================\r
  * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.\r
  */\r
 \r
 #ifndef HEADER_UI_COMPAT_H\r
-#define HEADER_UI_COMPAT_H\r
+# define HEADER_UI_COMPAT_H\r
 \r
-#include <openssl/opensslconf.h>\r
-#include <openssl/ui.h>\r
+# include <openssl/opensslconf.h>\r
+# include <openssl/ui.h>\r
 \r
 #ifdef  __cplusplus\r
 extern "C" {\r
 #endif\r
 \r
-/* The following functions were previously part of the DES section,\r
-   and are provided here for backward compatibility reasons. */\r
+/*\r
+ * The following functions were previously part of the DES section, and are\r
+ * provided here for backward compatibility reasons.\r
+ */\r
 \r
-#define des_read_pw_string(b,l,p,v) \\r
-       _ossl_old_des_read_pw_string((b),(l),(p),(v))\r
-#define des_read_pw(b,bf,s,p,v) \\r
-       _ossl_old_des_read_pw((b),(bf),(s),(p),(v))\r
+# define des_read_pw_string(b,l,p,v) \\r
+        _ossl_old_des_read_pw_string((b),(l),(p),(v))\r
+# define des_read_pw(b,bf,s,p,v) \\r
+        _ossl_old_des_read_pw((b),(bf),(s),(p),(v))\r
 \r
-int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify);\r
-int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);\r
+int _ossl_old_des_read_pw_string(char *buf, int length, const char *prompt,\r
+                                 int verify);\r
+int _ossl_old_des_read_pw(char *buf, char *buff, int size, const char *prompt,\r
+                          int verify);\r
 \r
 #ifdef  __cplusplus\r
 }\r