/* how many bits Exim, as a client, demands must be in D-H */
/* as of GnuTLS 2.12.x, we ask for "normal" for D-H PK; before that, we
specify the number of bits. We've stuck with the historical value, but
- it can be overriden. */
+ it can be overridden. */
else if ((strcmp(name, "EXIM_CLIENT_DH_MIN_BITS") == 0) ||
(strcmp(name, "EXIM_SERVER_DH_BITS_PRE2_12") == 0))
{
#define LOCALHOST_MAX 10
#endif
-/* If not overriden by os.h, dynamic libraries have filenames ending .so */
+/* If not overridden by os.h, dynamic libraries have filenames ending .so */
#ifndef DYNLIB_FN_EXT
# define DYNLIB_FN_EXT "so"
#endif