Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../usr/include/sodium
File: crypto_verify_64.h
#ifndef crypto_verify_64_H
[0] Fix | Delete
#define crypto_verify_64_H
[1] Fix | Delete
[2] Fix | Delete
#include <stddef.h>
[3] Fix | Delete
#include "export.h"
[4] Fix | Delete
[5] Fix | Delete
#ifdef __cplusplus
[6] Fix | Delete
extern "C" {
[7] Fix | Delete
#endif
[8] Fix | Delete
[9] Fix | Delete
#define crypto_verify_64_BYTES 64U
[10] Fix | Delete
SODIUM_EXPORT
[11] Fix | Delete
size_t crypto_verify_64_bytes(void);
[12] Fix | Delete
[13] Fix | Delete
SODIUM_EXPORT
[14] Fix | Delete
int crypto_verify_64(const unsigned char *x, const unsigned char *y)
[15] Fix | Delete
__attribute__ ((warn_unused_result)) __attribute__ ((nonnull));
[16] Fix | Delete
[17] Fix | Delete
#ifdef __cplusplus
[18] Fix | Delete
}
[19] Fix | Delete
#endif
[20] Fix | Delete
[21] Fix | Delete
#endif
[22] Fix | Delete
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function