summaryrefslogtreecommitdiff
path: root/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.h')
-rw-r--r--buffer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/buffer.h b/buffer.h
index 1d83f8e..5f59939 100644
--- a/buffer.h
+++ b/buffer.h
@@ -22,9 +22,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE. */
-#ifndef _BUFFER_H_
+#ifndef DROPBEAR_BUFFER_H_
-#define _BUFFER_H_
+#define DROPBEAR_BUFFER_H_
#include "includes.h"
@@ -65,4 +65,4 @@ void buf_putmpint(buffer* buf, mp_int * mp);
int buf_getmpint(buffer* buf, mp_int* mp);
unsigned int buf_getint(buffer* buf);
-#endif /* _BUFFER_H_ */
+#endif /* DROPBEAR_BUFFER_H_ */