Fix macro name from wrong branch
diff --git a/include/polarssl/openssl.h b/include/polarssl/openssl.h
index 96435a3..233a093 100644
--- a/include/polarssl/openssl.h
+++ b/include/polarssl/openssl.h
@@ -28,9 +28,9 @@
  * OpenSSL wrapper contributed by David Barett
  */
 
-#if ! defined(MBEDTLS_DEPRECATED_REMOVED)
+#if ! defined(POLARSSL_DEPRECATED_REMOVED)
 
-#if defined(MBEDTLS_DEPRECATED_WARNING)
+#if defined(POLARSSL_DEPRECATED_WARNING)
 #warning "Including openssl.h is deprecated"
 #endif
 
@@ -145,4 +145,4 @@
 #endif
 
 #endif /* openssl.h */
-#endif /* MBEDTLS_DEPRECATED_REMOVED */
+#endif /* POLARSSL_DEPRECATED_REMOVED */