Mercurial > dropbear
diff ecdsa.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 | deed0571cacc |
children | 750ec4ec4cbe |
line wrap: on
line diff
--- a/ecdsa.h Fri Jan 23 22:32:49 2015 +0800 +++ b/ecdsa.h Mon Mar 16 21:34:05 2015 +0800 @@ -1,5 +1,5 @@ -#ifndef _ECDSA_H_ -#define _ECDSA_H_ +#ifndef DROPBEAR_ECDSA_H_ +#define DROPBEAR_ECDSA_H_ #include "includes.h" #include "buffer.h" @@ -32,4 +32,4 @@ #endif -#endif /* _ECDSA_H_ */ +#endif /* DROPBEAR_ECDSA_H_ */