Eneboo - Documentación para desarrolladores
|
#include <openssl/e_os2.h>
#include <signal.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include "ui_locl.h"
#include "cryptlib.h"
#include <sgtty.h>
#include <sys/ioctl.h>
'defines' | |
#define | _POSIX_C_SOURCE 1 |
#define | SGTTY |
#define | TTY_STRUCT struct sgttyb |
#define | TTY_FLAGS sg_flags |
#define | TTY_get(tty, data) ioctl(tty,TIOCGETP,data) |
#define | TTY_set(tty, data) ioctl(tty,TIOCSETP,data) |
#define | NX509_SIG 32 |
#define | SIZE 4 |
#define | DEV_TTY "/dev/tty" |
Funciones | |
UI_METHOD * | UI_OpenSSL (void) |
Variables | |
static TTY_STRUCT | tty_new |
static FILE * | tty_out |
#define _POSIX_C_SOURCE 1 |
#define DEV_TTY "/dev/tty" |
#define NX509_SIG 32 |
#define SGTTY |
#define SIZE 4 |
#define TTY_FLAGS sg_flags |
#define TTY_STRUCT struct sgttyb |
UI_METHOD* UI_OpenSSL | ( | void | ) |
TTY_STRUCT tty_new |
FILE * tty_out |