summaryrefslogtreecommitdiff
path: root/genrsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'genrsa.h')
-rw-r--r--genrsa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/genrsa.h b/genrsa.h
index 4aad948..acb43fb 100644
--- a/genrsa.h
+++ b/genrsa.h
@@ -22,8 +22,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE. */
-#ifndef _GENRSA_H_
-#define _GENRSA_H_
+#ifndef DROPBEAR_GENRSA_H_
+#define DROPBEAR_GENRSA_H_
#include "rsa.h"
@@ -33,4 +33,4 @@ dropbear_rsa_key * gen_rsa_priv_key(unsigned int size);
#endif /* DROPBEAR_RSA */
-#endif /* _GENRSA_H_ */
+#endif /* DROPBEAR_GENRSA_H_ */