summaryrefslogtreecommitdiffstats
path: root/libmincrypt/includes/mincrypt/rsa.h
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-11-06 16:05:01 +0100
committerEthan Yonker <dees_troy@teamw.in>2014-11-06 16:05:01 +0100
commit1e4a1994ce329b64d0a469b46d9c711a2ba9dae3 (patch)
tree54c18cf33e30e1076cbbbce8eb4724bf0d6a82af /libmincrypt/includes/mincrypt/rsa.h
parentFix some make file duplicates (diff)
downloadandroid_bootable_recovery-1e4a1994ce329b64d0a469b46d9c711a2ba9dae3.tar
android_bootable_recovery-1e4a1994ce329b64d0a469b46d9c711a2ba9dae3.tar.gz
android_bootable_recovery-1e4a1994ce329b64d0a469b46d9c711a2ba9dae3.tar.bz2
android_bootable_recovery-1e4a1994ce329b64d0a469b46d9c711a2ba9dae3.tar.lz
android_bootable_recovery-1e4a1994ce329b64d0a469b46d9c711a2ba9dae3.tar.xz
android_bootable_recovery-1e4a1994ce329b64d0a469b46d9c711a2ba9dae3.tar.zst
android_bootable_recovery-1e4a1994ce329b64d0a469b46d9c711a2ba9dae3.zip
Diffstat (limited to 'libmincrypt/includes/mincrypt/rsa.h')
-rw-r--r--libmincrypt/includes/mincrypt/rsa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmincrypt/includes/mincrypt/rsa.h b/libmincrypt/includes/mincrypt/rsa.h
index cc0e80024..3d0556b16 100644
--- a/libmincrypt/includes/mincrypt/rsa.h
+++ b/libmincrypt/includes/mincrypt/rsa.h
@@ -25,8 +25,8 @@
** ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _EMBEDDED_RSA_H_
-#define _EMBEDDED_RSA_H_
+#ifndef SYSTEM_CORE_INCLUDE_MINCRYPT_RSA_H_
+#define SYSTEM_CORE_INCLUDE_MINCRYPT_RSA_H_
#include <inttypes.h>
@@ -55,4 +55,4 @@ int RSA_verify(const RSAPublicKey *key,
}
#endif
-#endif
+#endif // SYSTEM_CORE_INCLUDE_MINCRYPT_RSA_H_