diff auth.h @ 1069:2fa71c3b2827 pam

merge pam branch up to date
author Matt Johnston <matt@ucc.asn.au>
date Mon, 16 Mar 2015 21:34:05 +0800
parents 73ea0dce9a57 deed0571cacc
children
line wrap: on
line diff
--- a/auth.h	Fri Jan 23 22:32:49 2015 +0800
+++ b/auth.h	Mon Mar 16 21:34:05 2015 +0800
@@ -22,8 +22,8 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE. */
 
-#ifndef _AUTH_H_
-#define _AUTH_H_
+#ifndef DROPBEAR_AUTH_H_
+#define DROPBEAR_AUTH_H_
 
 #include "includes.h"
 #include "signkey.h"
@@ -143,4 +143,4 @@
 	unsigned char * forced_command;
 };
 
-#endif /* _AUTH_H_ */
+#endif /* DROPBEAR_AUTH_H_ */