Changeset d564c3d for commands.c


Ignore:
Timestamp:
Mar 17, 2010, 11:15:36 PM (14 years ago)
Author:
Nelson Elhage <nelhage@ksplice.com>
Branches:
master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
Children:
2b7ef0a
Parents:
dfe94f9
git-author:
Nelson Elhage <nelhage@ksplice.com> (03/17/10 22:55:20)
git-committer:
Nelson Elhage <nelhage@ksplice.com> (03/17/10 23:15:36)
Message:
Replace the built-in zcrypt with shelling out to the zcrypt binary.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    rf449096 rd564c3d  
    19621962char *owl_command_zcrypt(int argc, const char *const *argv, const char *buff)
    19631963{
    1964 #ifdef OWL_ENABLE_ZCRYPT
    19651964  owl_zwrite z;
    19661965
     
    19841983  }
    19851984  return(NULL);
    1986 #else
    1987   owl_function_makemsg("This Owl does not support zcrypt");
    1988   return NULL;
    1989 #endif
    19901985}
    19911986
Note: See TracChangeset for help on using the changeset viewer.