Remove /* foo.c */ comments
[oweals/openssl.git] / test / heartbeat_test.c
index 42cbc0217c7ef56595b45fb7bfe0e71b0c6cfbbb..137aa9b2c609ae6e93a7137481cf5a3a53dd60f8 100644 (file)
@@ -1,4 +1,3 @@
-/* test/heartbeat_test.c */
 /*-
  * Unit test for TLS heartbeats.
  *
@@ -240,7 +239,7 @@ static int execute_heartbeat(HEARTBEAT_TEST_FIXTURE fixture)
         result = 1;
     } else {
         char *actual_payload =
-            BUF_strndup((const char *)p, actual_payload_len);
+            OPENSSL_strndup((const char *)p, actual_payload_len);
         if (strcmp(actual_payload, fixture.expected_return_payload) != 0) {
             printf
                 ("%s failed:\n  expected payload: \"%s\"\n  received: \"%s\"\n",