Searched refs:old_registry (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dport-aix.c63 static char old_registry[REGISTRY_SIZE] = ""; variable
342 if (setauthdb(registry, old_registry) == 0)
355 * Restore the user's registry settings from old_registry.
364 if (setauthdb(old_registry, NULL) == 0)
366 old_registry);
369 old_registry);

Completed in 47 milliseconds