此警告意味着在应当使用字符串比较函数的位置使用了字符串复制函数。
This warning indicates that a string copy function was used where a string comparison function should have been used.
使用标准的 C 字符串函数或您习惯使用的字符串库对通用名和主机名进行比较。
Using the standard C string functions or your favorite string library, compare the common name and the host name.
如清单5所示,该函数只是比较两个给定的字符串,如果它们相等则返回1。
As you could see in Listing 5, the function just compares the two given strings and returns 1 (one) if they are equal.
应用推荐