OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
b64.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../apps/apps.h"
#include <openssl/buffer.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/x509.h>
#include <openssl/pem.h>

Go to the source code of this file.

Macros

#define SIZE   (512)
 
#define BSIZE   (8*1024)
 
#define PROG   enc_main
 
#define PROG_NAME_SIZE   39
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

#define BSIZE   (8*1024)

Definition at line 75 of file b64.c.

#define PROG   enc_main

Definition at line 76 of file b64.c.

#define PROG_NAME_SIZE   39
#define SIZE   (512)

Definition at line 74 of file b64.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 78 of file b64.c.