b86a05ab73
- make portlint happier - fix missing USE_LDCONFIG PR: 112887 Obtained from: http://www.deweyonline.com/nx/freebsd.html
11 lines
466 B
C
11 lines
466 B
C
--- nxviewer/include/vncauth.h.orig Tue Oct 24 03:22:20 2006
|
|
+++ nxviewer/include/vncauth.h
|
|
@@ -42,6 +42,8 @@
|
|
#define CHALLENGESIZE 16
|
|
|
|
extern int vncEncryptAndStorePasswd(char *passwd, char *fname);
|
|
+extern int vncEncryptAndStorePasswd2(char *passwd, char *passwdViewOnly,
|
|
+ char *fname);
|
|
extern char *vncDecryptPasswdFromFile(char *fname);
|
|
extern void vncRandomBytes(unsigned char *bytes);
|
|
extern void vncEncryptBytes(unsigned char *bytes, char *passwd);
|