swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: cac7f2429872d3733dc3f9915857b1691da2eb2f authored by Linus Torvalds on 26 October 2014, 23:48:41 UTC
Linux 3.18-rc2
Tip revision: cac7f24
ssl.h
/* 
 * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
 * Licensed under the GPL
 */

#ifndef __SSL_H__
#define __SSL_H__

extern int ssl_read(int fd, int line);
extern void ssl_receive_char(int line, char ch);

#endif

back to top