This website works better with JavaScript.
Explore
Help
Register
Sign In
planix.org
/
actube
Watch
2
Star
0
Fork
You've already forked actube
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
AC-Tube
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1885
Commits
5
Branches
1
Tag
8.3 MiB
Tag:
Branch:
Tree:
4b6897c983
bsdmakefiles
cisco
master
shell
typeless
v0.0.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4b6897c983'
${ noResults }
actube
/
src
/
cw
/
dtls_gnutls_get_cipher.c
9 lines
105 B
Raw
Normal View
History
Unescape
Escape
Initial commit FossilOrigin-Name: ff81a462ed50c586bf2f6adcd12e72651d634e45432d920d6ac9b1e6fdbbbb16
9 years ago
#
include
"dtls_gnutls.h"
const
char
*
dtls_gnutls_get_cipher
(
struct
conn
*
conn
)
{
return
"
Unknown
"
;
}