home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / mipsABI / examples / sup / PORT / step07 / scmio.c.diff < prev    next >
Encoding:
Text File  |  1994-08-02  |  618 b   |  22 lines

  1. *** ../dist/scmio.c    Thu Dec 16 07:29:38 1993
  2. --- scmio.c    Fri Dec 17 16:41:08 1993
  3. ***************
  4. *** 192,199 ****
  5.   
  6.   int scmdebug;                /* scm debug flag */
  7.   
  8. ! int cryptflag;                /* whether to encrypt/decrypt data */
  9. ! char *cryptbuf;                /* buffer for data encryption/decryption */
  10.   
  11.   extern char *goawayreason;        /* reason for goaway message */
  12.   
  13. --- 192,199 ----
  14.   
  15.   int scmdebug;                /* scm debug flag */
  16.   
  17. ! extern int cryptflag;            /* whether to encrypt/decrypt data */
  18. ! extern char *cryptbuf;            /* buffer for data encryption/decryption */
  19.   
  20.   extern char *goawayreason;        /* reason for goaway message */
  21.   
  22.